summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json
index a4593f8eb1..59ea4db313 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/stack/wizard.json
@@ -46,6 +46,7 @@
"name": "BuildSystem",
"trDisplayName": "Build system:",
"type": "ComboBox",
+ "persistenceKey": "BuildSystemType",
"data":
{
"index": 0,
@@ -81,6 +82,7 @@
"name": "QtVersion",
"trDisplayName": "Minimal required Qt version:",
"type": "ComboBox",
+ "persistenceKey": "QtQuick.minimumQtVersion",
"data":
{
"index": 1,
@@ -232,6 +234,7 @@
"name": "UseVirtualKeyboard",
"trDisplayName": "Use Qt Virtual Keyboard",
"type": "CheckBox",
+ "persistenceKey": "QtQuick.UseVirtualKeyboard.%{UseVirtualKeyboardByDefault}",
"data":
{
"checked": "%{UseVirtualKeyboardByDefault}"