From 0547cff092209e8680c8adf6d90952169e5bbf0b Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Mon, 18 Sep 2023 17:52:34 +0200 Subject: QmlDesigner: Update branch for designer components Change-Id: I370fcd7eb15a26d28e60dc8bf2cdf24c29a43957 Reviewed-by: Thomas Hartmann --- .../qmldesigner/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 5e2d5923b1..81f2ceba94 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.1 + GIT_TAG qds-4.3 GIT_REPOSITORY https://code.qt.io/qt-labs/qtquickdesigner-components.git ) -- cgit v1.2.3