diff --git a/share/qtcreator/templates/wizards/qmakeconsole/console.png b/share/qtcreator/templates/wizards/plaincppapp/console.png similarity index 100% rename from share/qtcreator/templates/wizards/qmakeconsole/console.png rename to share/qtcreator/templates/wizards/plaincppapp/console.png diff --git a/share/qtcreator/templates/wizards/qmakeconsole/main.cpp b/share/qtcreator/templates/wizards/plaincppapp/main.cpp similarity index 100% rename from share/qtcreator/templates/wizards/qmakeconsole/main.cpp rename to share/qtcreator/templates/wizards/plaincppapp/main.cpp diff --git a/share/qtcreator/templates/wizards/qmakeconsole/project.pro b/share/qtcreator/templates/wizards/plaincppapp/project.pro similarity index 100% rename from share/qtcreator/templates/wizards/qmakeconsole/project.pro rename to share/qtcreator/templates/wizards/plaincppapp/project.pro diff --git a/share/qtcreator/templates/wizards/qmakeconsole/wizard.xml b/share/qtcreator/templates/wizards/plaincppapp/wizard.xml similarity index 92% rename from share/qtcreator/templates/wizards/qmakeconsole/wizard.xml rename to share/qtcreator/templates/wizards/plaincppapp/wizard.xml index b8be73885154f54edaa4828886020f55bd788c3e..dae1b7035d3390f5a995a4ec5d825aa000c91395 100644 --- a/share/qtcreator/templates/wizards/qmakeconsole/wizard.xml +++ b/share/qtcreator/templates/wizards/plaincppapp/wizard.xml @@ -39,9 +39,9 @@ leave room for the Qt 4 target page. --> + id="R.Plain C++" category="I.Projects"> console.png - Creates a qmake-based, pure console project, which does not use the Qt library. + Creates a plain C++ project using QMake, not using the Qt library. Plain C++ Project; Other Project