diff --git a/share/qtcreator/templates/wizards/files/qtquick1/file.qml.tpl b/share/qtcreator/templates/wizards/files/qtquick1/file.qml.tpl deleted file mode 100644 index 89f40a34054..00000000000 --- a/share/qtcreator/templates/wizards/files/qtquick1/file.qml.tpl +++ /dev/null @@ -1,5 +0,0 @@ -import QtQuick 1.1 - -Item { - -} diff --git a/share/qtcreator/templates/wizards/files/qtquick1/wizard.json b/share/qtcreator/templates/wizards/files/qtquick1/wizard.json deleted file mode 100644 index 6e9fbc10b83..00000000000 --- a/share/qtcreator/templates/wizards/files/qtquick1/wizard.json +++ /dev/null @@ -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 - } - } - ] -}