summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-05-20 17:48:07 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2022-05-20 15:50:52 +0000
commit7b95988765369ee3b5573cb33a2108d228fe0ff3 (patch)
tree8b870d6fd0fc2adae1022f2b57694ce6f8678cbc
parent07cc95333f7d3bb208232d0a6dc46be63543cb8b (diff)
downloadqt-creator-7b95988765369ee3b5573cb33a2108d228fe0ff3.tar.gz
QmlDesigner: Bump version in wizard
Change-Id: I7919a3191775dfabedc9178cdbeb169c46bb1a53 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 dd494846d7..d8aa87ee92 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.2"
+ qdsVersion: "3.4"
@if %{IsQt6Project}
/* If any modules the project imports require widgets (e.g. QtCharts), widgetApp must be true */