forked from qt-creator/qt-creator
Re-arrange CMake project template.
Change-Id: I9351e183fe7419de2e02d65cc1b9668e463da195 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 567 B |
@@ -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"/>
|
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 567 B |
@@ -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"/>
|
Reference in New Issue
Block a user