summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json
index 412aa3f8f8..04fa9bbb7d 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/empty/wizard.json
@@ -44,6 +44,7 @@
"name": "BuildSystem",
"trDisplayName": "Build system:",
"type": "ComboBox",
+ "persistenceKey": "BuildSystemType",
"data":
{
"index": 0,
@@ -79,6 +80,7 @@
"name": "QtVersion",
"trDisplayName": "Minimal required Qt version:",
"type": "ComboBox",
+ "persistenceKey": "QtQuick.minimumQtVersion",
"data":
{
"index": 1,
@@ -163,6 +165,7 @@
"name": "UseVirtualKeyboard",
"trDisplayName": "Use Qt Virtual Keyboard",
"type": "CheckBox",
+ "persistenceKey": "QtQuick.UseVirtualKeyboard.%{UseVirtualKeyboardByDefault}",
"data":
{
"checked": "%{UseVirtualKeyboardByDefault}"