aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2024-03-28 10:03:42 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2024-03-28 09:31:16 +0000
commitfd93290fbdf0064ccaf88a43e6a57d4a5d0150ad (patch)
treefdc63d6848790db6a3b80e1835d1c272c9fbbc47 /share/qtcreator
parentc04eb4444d3e7990ed41896c0937d32b4e24c9fa (diff)
QmlDesigner: Update branch of the components to qds-4.5.
Change-Id: I13e763c8a0941ee9af3f63c657dbccd71fb8f010 Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'share/qtcreator')
-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 2e940be032..a9f20243a6 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
)