aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2012-02-27 13:02:55 +0100
committerhjk <qthjk@ovi.com>2012-03-07 15:36:58 +0100
commit272e203b3681b7d66db04ff39a195c3be7ef1995 (patch)
tree6a71db091b9c1bf41df37c4f85bbdca11ff9a712 /share
parent1bf5056847c20383f59e14917c869d4a9a6dfee0 (diff)
wizard: move plain C/C++ app to "Non-Qt project" category
Change-Id: I89f4c37d7b88cbe5d9fdeff7536d00f68c8035ec Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/plaincapp/wizard.xml4
-rw-r--r--share/qtcreator/templates/wizards/plaincppapp/wizard.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/share/qtcreator/templates/wizards/plaincapp/wizard.xml b/share/qtcreator/templates/wizards/plaincapp/wizard.xml
index 685742b418..90f17003be 100644
--- a/share/qtcreator/templates/wizards/plaincapp/wizard.xml
+++ b/share/qtcreator/templates/wizards/plaincapp/wizard.xml
@@ -39,12 +39,12 @@ leave room for the Qt 4 target page.
-->
<wizard version="1" kind="project"
class="qt4project" firstpage="10"
- id="R.Plain C" category="H.QtProjects"
+ id="R.Plain C" category="I.Projects"
featuresRequired="QtSupport.Wizards.FeatureQt">
<icon>console.png</icon>
<description>Creates a plain C project using qmake, not using the Qt library.</description>
<displayname>Plain C Project</displayname>;
- <displaycategory>Other Projects</displaycategory>
+ <displaycategory>Non-Qt Project</displaycategory>
<files>
<file source="main.c" openeditor="true"/>
<file source="project.pro" target="%ProjectName%.pro" openproject="true"/>
diff --git a/share/qtcreator/templates/wizards/plaincppapp/wizard.xml b/share/qtcreator/templates/wizards/plaincppapp/wizard.xml
index dbb5f92971..aef5c9f4e2 100644
--- a/share/qtcreator/templates/wizards/plaincppapp/wizard.xml
+++ b/share/qtcreator/templates/wizards/plaincppapp/wizard.xml
@@ -39,12 +39,12 @@ leave room for the Qt 4 target page.
-->
<wizard version="1" kind="project"
class="qt4project" firstpage="10"
- id="R.Plain C++" category="H.QtProjects"
+ id="R.Plain C++" category="I.Projects"
featuresRequired="QtSupport.Wizards.FeatureQt">
<icon>console.png</icon>
<description>Creates a plain C++ project using qmake, not using the Qt library.</description>
<displayname>Plain C++ Project</displayname>;
- <displaycategory>Other Projects</displaycategory>
+ <displaycategory>Non-Qt Project</displaycategory>
<files>
<file source="main.cpp" openeditor="true"/>
<file source="project.pro" target="%ProjectName%.pro" openproject="true"/>