aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@theqtcompany.com>2016-05-06 14:52:40 +0200
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2016-05-09 10:00:32 +0000
commit5a88d5270619dc3df756850338c1827606b321c3 (patch)
treec3d48fa6f338220a6fd4fc9dee7ad19fc9d850df /share
parentd5a46195a01911673bce7083b4e8a726219d45cb (diff)
Wizards: Add "Qt 5.7" option to QtQuick[.Controls] wizard
With updated import versions. Change-Id: I9c69373d31c7e434eb7b9c210606a79be3d1566e Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json8
-rw-r--r--share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json10
2 files changed, 18 insertions, 0 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json
index 17e2a6a032..7850430d72 100644
--- a/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json
@@ -44,6 +44,14 @@
"items":
[
{
+ "trKey": "Qt 5.7",
+ "value":
+ "{
+ 'qtQuickVersion': '2.7',
+ 'qtQuickWindowVersion': '2.2'
+ }"
+ },
+ {
"trKey": "Qt 5.6",
"value":
"{
diff --git a/share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json
index fc429b1d10..5ab62fa69e 100644
--- a/share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json
+++ b/share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json
@@ -46,6 +46,16 @@
"items":
[
{
+ "trKey": "Qt 5.7",
+ "value":
+ "{
+ 'qtQuickVersion': '2.7',
+ 'qtQuickControlsVersion': '1.5',
+ 'qtQuickDialogsVersion': '1.2',
+ 'qtQuickLayoutsVersion': '1.3'
+ }"
+ },
+ {
"trKey": "Qt 5.6",
"value":
"{