Skip to content
Snippets Groups Projects
Commit 486c3670 authored by Alessandro Portale's avatar Alessandro Portale Committed by Robert Löhning
Browse files

Fix the QmlProject app wizard


Change-Id: I710b446b5e4346b45f1aa4c7a851428b6bc57454
Reviewed-by: default avatarRobert Loehning <robert.loehning@qt.io>
parent 4556cee1
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@
{ "key": "QtQuickVersion", "value": "%{JS: %{QtVersion}.qtQuickVersion}" },
{ "key": "QtQuickWindowVersion", "value": "%{JS: %{QtVersion}.qtQuickWindowVersion}" },
{ "key": "UiSupport", "value": "%{JS: '%{QtQuickVersion}' !== '2.3' }" },
{ "key": "IsUiFileInUse", "value": "%{JS: %{UiSupport} && %{QmlUiSplit} }" }
{ "key": "IsUiFileInUse", "value": "%{JS: %{UiSupport} && %{QmlUiSplit} }" },
{ "key": "UseVirtualKeyboard", "value": "false" }
],
"pages":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment