Wizards: Remove Qt Quick 1 file wizard

Change-Id: I4ea4ab66cec327ef7a85a46dedb2c21ad3db8912
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Thomas Hartmann
2016-06-30 15:04:50 +02:00
parent 589792fe1c
commit 9b9a647aed
2 changed files with 0 additions and 42 deletions

View File

@@ -1,5 +0,0 @@
import QtQuick 1.1
Item {
}

View File

@@ -1,37 +0,0 @@
{
"version": 1,
"supportedProjectTypes": [ ],
"id": "Q.Qml.1",
"category": "R.Qt",
"trDescription": "Creates a QML file with boilerplate code, starting with \"import QtQuick 1.1\".",
"trDisplayName": "QML File (Qt Quick 1)",
"trDisplayCategory": "Qt",
"icon": "../../global/genericfilewizard.png",
"enabled": "%{JS: [ %{Plugins} ].indexOf('QmlJSEditor') >= 0}",
"pages" :
[
{
"trDisplayName": "Location",
"trShortTitle": "Location",
"typeId": "File"
},
{
"trDisplayName": "Project Management",
"trShortTitle": "Summary",
"typeId": "Summary"
}
],
"generators" :
[
{
"typeId": "File",
"data":
{
"source": "file.qml.tpl",
"target": "%{JS: Util.fileName('%{TargetPath}', '%{JS: Util.preferredSuffix('text/x-qml')}')}",
"openInEditor": true
}
}
]
}