Re-arrange CMake project template.

Change-Id: I9351e183fe7419de2e02d65cc1b9668e463da195
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-11-17 13:12:11 +01:00
committed by hjk
parent 75c7b5f7fd
commit d625c9df73
8 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 567 B

After

Width:  |  Height:  |  Size: 567 B

View File

@@ -37,10 +37,10 @@ the project file goes last.
The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and
leave room for the Qt 4 target page. leave room for the Qt 4 target page.
--> -->
<wizard version="1" kind="project" firstpage="10" id="H.CMake Plain C" category="I.Projects"> <wizard version="1" kind="project" firstpage="10" id="S.Plain C (CMake)" category="I.Projects">
<icon>console.png</icon> <icon>console.png</icon>
<description>Creates a plain C project using CMake, not using the Qt library.</description> <description>Creates a plain C project using CMake, not using the Qt library.</description>
<displayname>CMake Plain C Project</displayname>; <displayname>Plain C Project (CMake Build)</displayname>;
<displaycategory>Other Project</displaycategory> <displaycategory>Other Project</displaycategory>
<files> <files>
<file source="main.c" openeditor="true"/> <file source="main.c" openeditor="true"/>

View File

Before

Width:  |  Height:  |  Size: 567 B

After

Width:  |  Height:  |  Size: 567 B

View File

@@ -37,10 +37,10 @@ the project file goes last.
The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and
leave room for the Qt 4 target page. leave room for the Qt 4 target page.
--> -->
<wizard version="1" kind="project" firstpage="10" id="H.CMake Plain C++" category="I.Projects"> <wizard version="1" kind="project" firstpage="10" id="S.Plain C++ (CMake)" category="I.Projects">
<icon>console.png</icon> <icon>console.png</icon>
<description>Creates a plain C++ project using CMake, not using the Qt library.</description> <description>Creates a plain C++ project using CMake, not using the Qt library.</description>
<displayname>CMake Plain C++ Project</displayname>; <displayname>Plain C++ Project (CMake Build)</displayname>;
<displaycategory>Other Project</displaycategory> <displaycategory>Other Project</displaycategory>
<files> <files>
<file source="main.cpp" openeditor="true"/> <file source="main.cpp" openeditor="true"/>