aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json b/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
index ed6f876923..6eb62de325 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/scroll/wizard.json
@@ -89,29 +89,29 @@
{
"trKey": "Qt 5.11",
"value":
- "{
+ "({
'QtQuickVersion': '2.11',
'QtQuickControlsVersion': '2.4',
'QtQuickVirtualKeyboardImport': 'QtQuick.VirtualKeyboard 2.3'
- }"
+ })"
},
{
"trKey": "Qt 5.10",
"value":
- "{
+ "({
'QtQuickVersion': '2.10',
'QtQuickControlsVersion': '2.3',
'QtQuickVirtualKeyboardImport': 'QtQuick.VirtualKeyboard 2.3'
- }"
+ })"
},
{
"trKey": "Qt 5.9",
"value":
- "{
+ "({
'QtQuickVersion': '2.9',
'QtQuickControlsVersion': '2.2',
'QtQuickVirtualKeyboardImport': 'QtQuick.VirtualKeyboard 2.2'
- }"
+ })"
}
]
}