From 70aa191b34b988a7b0c73c503c6203a23656aa80 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 23 Sep 2011 17:06:08 +0200 Subject: [PATCH] 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 Reviewed-by: Eike Ziller --- .../{qmakeconsole => plaincppapp}/console.png | Bin .../wizards/{qmakeconsole => plaincppapp}/main.cpp | 0 .../{qmakeconsole => plaincppapp}/project.pro | 0 .../{qmakeconsole => plaincppapp}/wizard.xml | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) rename share/qtcreator/templates/wizards/{qmakeconsole => plaincppapp}/console.png (100%) rename share/qtcreator/templates/wizards/{qmakeconsole => plaincppapp}/main.cpp (100%) rename share/qtcreator/templates/wizards/{qmakeconsole => plaincppapp}/project.pro (100%) rename share/qtcreator/templates/wizards/{qmakeconsole => plaincppapp}/wizard.xml (92%) 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 b8be7388515..dae1b7035d3 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