From fd93290fbdf0064ccaf88a43e6a57d4a5d0150ad Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Thu, 28 Mar 2024 10:03:42 +0100 Subject: [PATCH] QmlDesigner: Update branch of the components to qds-4.5. Change-Id: I13e763c8a0941ee9af3f63c657dbccd71fb8f010 Reviewed-by: Qt CI Patch Build Bot Reviewed-by: Thomas Hartmann --- .../studio_templates/projects/common/qmlcomponents.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/common/qmlcomponents.tpl b/share/qtcreator/qmldesigner/studio_templates/projects/common/qmlcomponents.tpl index 2e940be0329..a9f20243a69 100644 --- a/share/qtcreator/qmldesigner/studio_templates/projects/common/qmlcomponents.tpl +++ b/share/qtcreator/qmldesigner/studio_templates/projects/common/qmlcomponents.tpl @@ -8,7 +8,7 @@ set(QT_QML_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/qml") include(FetchContent) FetchContent_Declare( ds - GIT_TAG qds-4.4 + GIT_TAG qds-4.5 GIT_REPOSITORY https://code.qt.io/qt-labs/qtquickdesigner-components.git )