diff --git a/share/qtcreator/templates/wizards/classes/cpp/wizard.json b/share/qtcreator/templates/wizards/classes/cpp/wizard.json index ec343fa1592..379d1d821f7 100644 --- a/share/qtcreator/templates/wizards/classes/cpp/wizard.json +++ b/share/qtcreator/templates/wizards/classes/cpp/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "A.Class", "category": "O.C++", "trDescription": "Creates a C++ header and a source file for a new class that you can add to a C++ project.", diff --git a/share/qtcreator/templates/wizards/classes/itemmodel/wizard.json b/share/qtcreator/templates/wizards/classes/itemmodel/wizard.json index 40e458b689e..97be3ba2e19 100644 --- a/share/qtcreator/templates/wizards/classes/itemmodel/wizard.json +++ b/share/qtcreator/templates/wizards/classes/itemmodel/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "A.ItemView", "category": "R.Qt", "trDescription": "Creates a Qt item model.", diff --git a/share/qtcreator/templates/wizards/classes/python/wizard.json b/share/qtcreator/templates/wizards/classes/python/wizard.json index 9ab16fccc03..079a5094207 100644 --- a/share/qtcreator/templates/wizards/classes/python/wizard.json +++ b/share/qtcreator/templates/wizards/classes/python/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "P.PyClass", "category": "U.Python", "trDescription": "Creates new Python class file.", diff --git a/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json b/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json index cad99dafc19..0d11b66daf9 100644 --- a/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json +++ b/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "R.QtQuickUi", "category": "R.Qt", "trDescription": "Creates a Qt Quick Designer UI form along with a matching QML file for implementation purposes. You can add the form and file to an existing Qt Quick Project.", diff --git a/share/qtcreator/templates/wizards/files/cppheader/wizard.json b/share/qtcreator/templates/wizards/files/cppheader/wizard.json index 77f3e24c241..4299533ee25 100644 --- a/share/qtcreator/templates/wizards/files/cppheader/wizard.json +++ b/share/qtcreator/templates/wizards/files/cppheader/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "C.Header", "category": "O.C++", "trDescription": "Creates a C++ header file that you can add to a C++ project.", diff --git a/share/qtcreator/templates/wizards/files/cppsource/wizard.json b/share/qtcreator/templates/wizards/files/cppsource/wizard.json index 0058ba9a8c7..6861d141636 100644 --- a/share/qtcreator/templates/wizards/files/cppsource/wizard.json +++ b/share/qtcreator/templates/wizards/files/cppsource/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "B.Source", "category": "O.C++", "trDescription": "Creates a C++ source file that you can add to a C++ project.", diff --git a/share/qtcreator/templates/wizards/files/form/wizard.json b/share/qtcreator/templates/wizards/files/form/wizard.json index 0f40ee2f326..8dafd4e46a4 100644 --- a/share/qtcreator/templates/wizards/files/form/wizard.json +++ b/share/qtcreator/templates/wizards/files/form/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "D.Form", "category": "R.Qt", "trDescription": "Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.", diff --git a/share/qtcreator/templates/wizards/files/glsl/gl/fragment/wizard.json b/share/qtcreator/templates/wizards/files/glsl/gl/fragment/wizard.json index 4eb13b98834..7ff6014c902 100644 --- a/share/qtcreator/templates/wizards/files/glsl/gl/fragment/wizard.json +++ b/share/qtcreator/templates/wizards/files/glsl/gl/fragment/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "J.GLSL", "category": "U.GLSL", "trDescription": "Creates a fragment shader in the Desktop OpenGL Shading Language (GLSL). Fragment shaders generate the final pixel colors for triangles, points and lines rendered with OpenGL.", diff --git a/share/qtcreator/templates/wizards/files/glsl/gl/vertex/wizard.json b/share/qtcreator/templates/wizards/files/glsl/gl/vertex/wizard.json index c9ba67bfac0..4b5e8ce3726 100644 --- a/share/qtcreator/templates/wizards/files/glsl/gl/vertex/wizard.json +++ b/share/qtcreator/templates/wizards/files/glsl/gl/vertex/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "K.GLSL", "category": "U.GLSL", "trDescription": "Creates a vertex shader in the Desktop OpenGL Shading Language (GLSL). Vertex shaders transform the positions, normals and texture co-ordinates of triangles, points and lines rendered with OpenGL.", diff --git a/share/qtcreator/templates/wizards/files/glsl/gles/fragment/wizard.json b/share/qtcreator/templates/wizards/files/glsl/gles/fragment/wizard.json index 52574060070..c5b11f26fa4 100644 --- a/share/qtcreator/templates/wizards/files/glsl/gles/fragment/wizard.json +++ b/share/qtcreator/templates/wizards/files/glsl/gles/fragment/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "F.GLSL", "category": "U.GLSL", "trDescription": "Creates a fragment shader in the OpenGL/ES 2.0 Shading Language (GLSL/ES). Fragment shaders generate the final pixel colors for triangles, points and lines rendered with OpenGL.", diff --git a/share/qtcreator/templates/wizards/files/glsl/gles/vertex/wizard.json b/share/qtcreator/templates/wizards/files/glsl/gles/vertex/wizard.json index ddd8ec1d2e3..4eba53d63c7 100644 --- a/share/qtcreator/templates/wizards/files/glsl/gles/vertex/wizard.json +++ b/share/qtcreator/templates/wizards/files/glsl/gles/vertex/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "G.GLSL", "category": "U.GLSL", "trDescription": "Creates a vertex shader in the OpenGL/ES 2.0 Shading Language (GLSL/ES). Vertex shaders transform the positions, normals and texture co-ordinates of triangles, points and lines rendered with OpenGL.", diff --git a/share/qtcreator/templates/wizards/files/java/wizard.json b/share/qtcreator/templates/wizards/files/java/wizard.json index 56ca56f0ea9..36c6f54146b 100644 --- a/share/qtcreator/templates/wizards/files/java/wizard.json +++ b/share/qtcreator/templates/wizards/files/java/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "Wizard.Java", "category": "U.Java", "trDescription": "Creates a Java file with boilerplate code.", diff --git a/share/qtcreator/templates/wizards/files/js/wizard.json b/share/qtcreator/templates/wizards/files/js/wizard.json index 017795cd23a..9a0773de217 100644 --- a/share/qtcreator/templates/wizards/files/js/wizard.json +++ b/share/qtcreator/templates/wizards/files/js/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "Z.Js", "category": "R.Qt", "trDescription": "Creates a JavaScript file.", diff --git a/share/qtcreator/templates/wizards/files/modeling/wizard.json b/share/qtcreator/templates/wizards/files/modeling/wizard.json index 6a2f5d07ebf..d61a2cf3175 100644 --- a/share/qtcreator/templates/wizards/files/modeling/wizard.json +++ b/share/qtcreator/templates/wizards/files/modeling/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "SA.Model", "category": "O.Model", "trDescription": "Creates a new empty model with an empty diagram.", diff --git a/share/qtcreator/templates/wizards/files/python/wizard.json b/share/qtcreator/templates/wizards/files/python/wizard.json index 827454a6672..ca5444c533f 100644 --- a/share/qtcreator/templates/wizards/files/python/wizard.json +++ b/share/qtcreator/templates/wizards/files/python/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "P.PySource", "category": "U.Python", "trDescription": "Creates an empty Python script file using UTF-8 charset.", diff --git a/share/qtcreator/templates/wizards/files/qrc/wizard.json b/share/qtcreator/templates/wizards/files/qrc/wizard.json index 6c79dad122c..e6b34e5a809 100644 --- a/share/qtcreator/templates/wizards/files/qrc/wizard.json +++ b/share/qtcreator/templates/wizards/files/qrc/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "F.Resource", "category": "R.Qt", "trDescription": "Creates a Qt Resource file (.qrc).", diff --git a/share/qtcreator/templates/wizards/files/qtquick1/wizard.json b/share/qtcreator/templates/wizards/files/qtquick1/wizard.json index b889935f2d4..6e9fbc10b83 100644 --- a/share/qtcreator/templates/wizards/files/qtquick1/wizard.json +++ b/share/qtcreator/templates/wizards/files/qtquick1/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "Q.Qml.1", "category": "R.Qt", "trDescription": "Creates a QML file with boilerplate code, starting with \"import QtQuick 1.1\".", diff --git a/share/qtcreator/templates/wizards/files/qtquick2/wizard.json b/share/qtcreator/templates/wizards/files/qtquick2/wizard.json index 569e069c9fe..b3217621a60 100644 --- a/share/qtcreator/templates/wizards/files/qtquick2/wizard.json +++ b/share/qtcreator/templates/wizards/files/qtquick2/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "Q.Qml.2", "category": "R.Qt", "trDescription": "Creates a QML file with boilerplate code, starting with \"import QtQuick 2.0\".", diff --git a/share/qtcreator/templates/wizards/files/scratch/wizard.json b/share/qtcreator/templates/wizards/files/scratch/wizard.json index 136fb75496a..fd1e731b794 100644 --- a/share/qtcreator/templates/wizards/files/scratch/wizard.json +++ b/share/qtcreator/templates/wizards/files/scratch/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "Z.ScratchFile", "category": "U.General", "trDescription": "Creates a scratch buffer using a temporary file.", diff --git a/share/qtcreator/templates/wizards/files/text/wizard.json b/share/qtcreator/templates/wizards/files/text/wizard.json index da595874ba2..618fd48a92e 100644 --- a/share/qtcreator/templates/wizards/files/text/wizard.json +++ b/share/qtcreator/templates/wizards/files/text/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "file", + "supportedProjectTypes": [ ], "id": "F.EmptyText", "category": "U.General", "trDescription": "Creates an empty file.", diff --git a/share/qtcreator/templates/wizards/projects/plainc/wizard.json b/share/qtcreator/templates/wizards/projects/plainc/wizard.json index fd4188c83cf..b9e6a3f65b9 100644 --- a/share/qtcreator/templates/wizards/projects/plainc/wizard.json +++ b/share/qtcreator/templates/wizards/projects/plainc/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "CMakeProjectManager.CMakeProject", "Qbs.QbsProject", "Qt4ProjectManager.Qt4Project" ], "id": "A.Plain C Application", "category": "I.Projects", "trDescription": "Creates a simple C application using either qmake, CMake, or Qbs to build.", diff --git a/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json b/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json index 5ec2b6ed317..d5745ab8fe2 100644 --- a/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json +++ b/share/qtcreator/templates/wizards/projects/plaincpp/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "CMakeProjectManager.CMakeProject", "Qbs.QbsProject", "Qt4ProjectManager.Qt4Project" ], "id": "R.Plain Cpp Application", "category": "I.Projects", "trDescription": "Creates a simple C++ application using either qmake, CMake, or Qbs to build.", diff --git a/share/qtcreator/templates/wizards/projects/qmake/consoleapp/wizard.json b/share/qtcreator/templates/wizards/projects/qmake/consoleapp/wizard.json index b74efb1582e..9d9ad693bf4 100644 --- a/share/qtcreator/templates/wizards/projects/qmake/consoleapp/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmake/consoleapp/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "Qt4ProjectManager.Qt4Project" ], "id": "E.QtCore", "category": "F.Application", "trDescription": "Creates a project containing a single main.cpp file with a stub implementation.\n\nPreselects a desktop Qt for building the application if available.", diff --git a/share/qtcreator/templates/wizards/projects/qmake/empty/wizard.json b/share/qtcreator/templates/wizards/projects/qmake/empty/wizard.json index 5f4bd4abeac..d605b1c93dc 100644 --- a/share/qtcreator/templates/wizards/projects/qmake/empty/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmake/empty/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "Qt4ProjectManager.Qt4Project" ], "id": "U.QtEmpty", "category": "H.Project", "trDescription": "Creates a qmake-based project without any files. This allows you to create an application without any default classes.", diff --git a/share/qtcreator/templates/wizards/projects/qmake/qtcanvas3dapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmake/qtcanvas3dapplication/wizard.json index 6b3a2883478..87b6079287b 100644 --- a/share/qtcreator/templates/wizards/projects/qmake/qtcanvas3dapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmake/qtcanvas3dapplication/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "Qt4ProjectManager.Qt4Project" ], "id": "W.QtCanvas3dApplication", "category": "F.Application", "trDescription": "Creates a Qt Canvas 3D QML project. Optionally including three.js.", diff --git a/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json index ce46861c193..17e2a6a032e 100644 --- a/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmake/qtquickapplication/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "Qt4ProjectManager.Qt4Project" ], "id": "U.QtQuickApplication", "category": "F.Application", "trDescription": "Creates a deployable Qt Quick 2 application.", diff --git a/share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json index 6d4119a1fe4..fc429b1d10f 100644 --- a/share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmake/qtquickcontrolsapplication/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "Qt4ProjectManager.Qt4Project" ], "id": "V.QtQuickControlsApplication", "category": "F.Application", "trDescription": "Creates a deployable Qt Quick 2 application using Qt Quick Controls.", diff --git a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json index 1b19a1b12b9..9307bd7c5d7 100644 --- a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmlproject/qtquickapplication/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "QmlProjectManager.QmlProject" ], "id": "QA.QtQuickUi", "category": "H.Project", "trDescription": "Creates a Qt Quick 2 UI project with a QML entry point. To use it, you need to have a QML runtime environment such as qmlscene set up. Consider using a Qt Quick Application project instead.", diff --git a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickcontrolsapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qmlproject/qtquickcontrolsapplication/wizard.json index c161219fa8b..4634f281c8c 100644 --- a/share/qtcreator/templates/wizards/projects/qmlproject/qtquickcontrolsapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qmlproject/qtquickcontrolsapplication/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "QmlProjectManager.QmlProject" ], "id": "QB.QtQuickControlsUi", "category": "H.Project", "trDescription": "Creates a Qt Quick 2 UI project using Qt Quick Controls with a QML entry point. To use it, you need to have a QML runtime environment such as qmlscene set up. Consider using a Qt Quick Controls Application project instead.", diff --git a/share/qtcreator/templates/wizards/projects/vcs/bazaar/wizard.json b/share/qtcreator/templates/wizards/projects/vcs/bazaar/wizard.json index 897a4133175..9e4d494f453 100644 --- a/share/qtcreator/templates/wizards/projects/vcs/bazaar/wizard.json +++ b/share/qtcreator/templates/wizards/projects/vcs/bazaar/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "UNKNOWN_PROJECT" ], "id": "B.Bazaar", "category": "T.Import", "trDescription": "Clones a Bazaar branch and tries to load the contained project.", diff --git a/share/qtcreator/templates/wizards/projects/vcs/cvs/wizard.json b/share/qtcreator/templates/wizards/projects/vcs/cvs/wizard.json index 01b2ef7ec4e..15dc3445679 100644 --- a/share/qtcreator/templates/wizards/projects/vcs/cvs/wizard.json +++ b/share/qtcreator/templates/wizards/projects/vcs/cvs/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "UNKNOWN_PROJECT" ], "id": "Z.CVS", "category": "T.Import", "trDescription": "Checks out a CVS repository and tries to load the contained project.", diff --git a/share/qtcreator/templates/wizards/projects/vcs/git/wizard.json b/share/qtcreator/templates/wizards/projects/vcs/git/wizard.json index 3e68a4d8776..be1cd42904a 100644 --- a/share/qtcreator/templates/wizards/projects/vcs/git/wizard.json +++ b/share/qtcreator/templates/wizards/projects/vcs/git/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "UNKNOWN_PROJECT" ], "id": "G.Git", "category": "T.Import", "trDescription": "Clones a Git repository and tries to load the contained project.", diff --git a/share/qtcreator/templates/wizards/projects/vcs/mercurial/wizard.json b/share/qtcreator/templates/wizards/projects/vcs/mercurial/wizard.json index 51d0223d209..9fe95ba0494 100644 --- a/share/qtcreator/templates/wizards/projects/vcs/mercurial/wizard.json +++ b/share/qtcreator/templates/wizards/projects/vcs/mercurial/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "UNKNOWN_PROJECT" ], "id": "H.Mercurial", "category": "T.Import", "trDescription": "Clones a Mercurial repository and tries to load the contained project.", diff --git a/share/qtcreator/templates/wizards/projects/vcs/subversion/wizard.json b/share/qtcreator/templates/wizards/projects/vcs/subversion/wizard.json index ac55889c612..7048c37dd68 100644 --- a/share/qtcreator/templates/wizards/projects/vcs/subversion/wizard.json +++ b/share/qtcreator/templates/wizards/projects/vcs/subversion/wizard.json @@ -1,6 +1,6 @@ { "version": 1, - "kind": "project", + "supportedProjectTypes": [ "UNKNOWN_PROJECT" ], "id": "J.Subversion", "category": "T.Import", "trDescription": "Checks out a Subversion repository and tries to load the contained project.",