aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-06-08 15:05:53 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2022-06-08 13:10:30 +0000
commit55cf108f96564304db9b1b4951b93f24279451d6 (patch)
tree8f0a8d302960cc99f2e493dc8cccb3318d290879
parent9bd51f3d557b8e52e42a9b6536da5c8c09853006 (diff)
QmlDesigner: Update QDS version in template
Change-Id: I0bfbd469d49568ec2be0b6b936c46bbc9160fbcb Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl b/share/qtcreator/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl
index 3d2490e8d9..6b2195d6d1 100644
--- a/share/qtcreator/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl
+++ b/share/qtcreator/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl
@@ -90,7 +90,7 @@ Project {
/* Required for deployment */
targetDirectory: "/opt/%{ProjectName}"
- qdsVersion: "3.4"
+ qdsVersion: "3.5"
quickVersion: "%{QtQuickVersion}"