From e7e7ef68080c2081b920e9b777531a61c4d9464f Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 19 Feb 2025 13:32:32 +0100 Subject: [PATCH] Change link to point to Qt multi-repos description CURA-12400 --- resources/qml/Dialogs/AboutDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Dialogs/AboutDialog.qml b/resources/qml/Dialogs/AboutDialog.qml index 72b9b0fc0c..bd011bc0d3 100644 --- a/resources/qml/Dialogs/AboutDialog.qml +++ b/resources/qml/Dialogs/AboutDialog.qml @@ -375,7 +375,7 @@ UM.Dialog "whether future versions of the GNU Lesser General Public License shall\n" + "apply, that proxy's public statement of acceptance of any version is\n" + "permanent authorization for you to choose that version for the\n" + - "Library.\n", url: "https://code.qt.io/cgit/qt/qtbase.git/" }); + "Library.\n", url: "https://github.com/Ultimaker/Cura/blob/main/licenses_thirdparty/qt.md" }); projectsModel.append({ name: "PyQt", description: catalog.i18nc("@label Description for application dependency", "GUI framework bindings"), license: "GPL", license_full: "", url: "https://riverbankcomputing.com/software/pyqt" }); projectsModel.append({ name: "SIP", description: catalog.i18nc("@label Description for application dependency", "C/C++ Binding library"), license: "GPL", license_full: "", url: "https://riverbankcomputing.com/software/sip" }); projectsModel.append({ name: "Protobuf", description: catalog.i18nc("@label Description for application dependency", "Data interchange format"), license: "BSD", license_full: "", url: "https://developers.google.com/protocol-buffers" });