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>
This commit is contained in:
Alessandro Portale
2016-05-06 14:52:40 +02:00
parent d5a46195a0
commit 5a88d52706
2 changed files with 18 additions and 0 deletions

View File

@@ -43,6 +43,14 @@
"index": 2, "index": 2,
"items": "items":
[ [
{
"trKey": "Qt 5.7",
"value":
"{
'qtQuickVersion': '2.7',
'qtQuickWindowVersion': '2.2'
}"
},
{ {
"trKey": "Qt 5.6", "trKey": "Qt 5.6",
"value": "value":

View File

@@ -45,6 +45,16 @@
"index": 2, "index": 2,
"items": "items":
[ [
{
"trKey": "Qt 5.7",
"value":
"{
'qtQuickVersion': '2.7',
'qtQuickControlsVersion': '1.5',
'qtQuickDialogsVersion': '1.2',
'qtQuickLayoutsVersion': '1.3'
}"
},
{ {
"trKey": "Qt 5.6", "trKey": "Qt 5.6",
"value": "value":