forked from qt-creator/qt-creator
plain c++ app wizard: change name from 'qmake console'
Change-Id: I1e3b094c70d8f887d3cd451c961ae067b4423289 Reviewed-on: http://codereview.qt-project.org/5467 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
|
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 567 B |
@@ -39,9 +39,9 @@ leave room for the Qt 4 target page.
|
||||
-->
|
||||
<wizard version="1" kind="project"
|
||||
class="qt4project" firstpage="10"
|
||||
id="R.QMake Console" category="I.Projects">
|
||||
id="R.Plain C++" category="I.Projects">
|
||||
<icon>console.png</icon>
|
||||
<description>Creates a qmake-based, pure console project, which does not use the Qt library.</description>
|
||||
<description>Creates a plain C++ project using QMake, not using the Qt library.</description>
|
||||
<displayname>Plain C++ Project</displayname>;
|
||||
<displaycategory>Other Project</displaycategory>
|
||||
<files>
|
||||
Reference in New Issue
Block a user