aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-12-02 12:40:13 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2022-12-02 11:41:34 +0000
commit06b40d0aaad931b580c70d6288facd3ba9f73cb0 (patch)
treedf284af6d751f0786a22274f565b9bd4ac4d9b71
parente774aa238be546812754d7ab5497f8603fe51f62 (diff)
QmlDesigner: Bump version in application template
Change-Id: I5ecbe2da5e403f883344f9e0987ab11585140603 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 2e933c7613..722b0d72ee 100644
--- a/share/qtcreator/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl
+++ b/share/qtcreator/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl
@@ -100,7 +100,7 @@ Project {
/* Required for deployment */
targetDirectory: "/opt/%{ProjectName}"
- qdsVersion: "3.8"
+ qdsVersion: "3.9"
quickVersion: "%{QtQuickVersion}"