aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2023-09-18 17:52:34 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2023-09-18 15:52:45 +0000
commit0547cff092209e8680c8adf6d90952169e5bbf0b (patch)
tree5e4c6003fe2b0daf0bad62e7c1131180a0c100d6
parent2a135f5d1456d0de871ab78457991e1d62530102 (diff)
QmlDesigner: Update branch for designer components
Change-Id: I370fcd7eb15a26d28e60dc8bf2cdf24c29a43957 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/projects/common/qmlcomponents.tpl2
1 files changed, 1 insertions, 1 deletions
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
)