From d625c9df731bcb4a3682a5fd1914354c00c1c315 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 17 Nov 2011 13:12:11 +0100 Subject: [PATCH] Re-arrange CMake project template. Change-Id: I9351e183fe7419de2e02d65cc1b9668e463da195 Reviewed-by: hjk --- .../{cmakeplainc => plaincapp-cmake}/CMakeLists.txt | 0 .../{cmakeplainc => plaincapp-cmake}/console.png | Bin .../wizards/{cmakeplainc => plaincapp-cmake}/main.c | 0 .../{cmakeplainc => plaincapp-cmake}/wizard.xml | 4 ++-- .../CMakeLists.txt | 0 .../console.png | Bin .../{cmakeplaincpp => plaincppapp-cmake}/main.cpp | 0 .../{cmakeplaincpp => plaincppapp-cmake}/wizard.xml | 4 ++-- 8 files changed, 4 insertions(+), 4 deletions(-) rename share/qtcreator/templates/wizards/{cmakeplainc => plaincapp-cmake}/CMakeLists.txt (100%) rename share/qtcreator/templates/wizards/{cmakeplainc => plaincapp-cmake}/console.png (100%) rename share/qtcreator/templates/wizards/{cmakeplainc => plaincapp-cmake}/main.c (100%) rename share/qtcreator/templates/wizards/{cmakeplainc => plaincapp-cmake}/wizard.xml (92%) rename share/qtcreator/templates/wizards/{cmakeplaincpp => plaincppapp-cmake}/CMakeLists.txt (100%) rename share/qtcreator/templates/wizards/{cmakeplaincpp => plaincppapp-cmake}/console.png (100%) rename share/qtcreator/templates/wizards/{cmakeplaincpp => plaincppapp-cmake}/main.cpp (100%) rename share/qtcreator/templates/wizards/{cmakeplaincpp => plaincppapp-cmake}/wizard.xml (92%) diff --git a/share/qtcreator/templates/wizards/cmakeplainc/CMakeLists.txt b/share/qtcreator/templates/wizards/plaincapp-cmake/CMakeLists.txt similarity index 100% rename from share/qtcreator/templates/wizards/cmakeplainc/CMakeLists.txt rename to share/qtcreator/templates/wizards/plaincapp-cmake/CMakeLists.txt diff --git a/share/qtcreator/templates/wizards/cmakeplainc/console.png b/share/qtcreator/templates/wizards/plaincapp-cmake/console.png similarity index 100% rename from share/qtcreator/templates/wizards/cmakeplainc/console.png rename to share/qtcreator/templates/wizards/plaincapp-cmake/console.png diff --git a/share/qtcreator/templates/wizards/cmakeplainc/main.c b/share/qtcreator/templates/wizards/plaincapp-cmake/main.c similarity index 100% rename from share/qtcreator/templates/wizards/cmakeplainc/main.c rename to share/qtcreator/templates/wizards/plaincapp-cmake/main.c diff --git a/share/qtcreator/templates/wizards/cmakeplainc/wizard.xml b/share/qtcreator/templates/wizards/plaincapp-cmake/wizard.xml similarity index 92% rename from share/qtcreator/templates/wizards/cmakeplainc/wizard.xml rename to share/qtcreator/templates/wizards/plaincapp-cmake/wizard.xml index 374507dfe47..cb61d13d43d 100644 --- a/share/qtcreator/templates/wizards/cmakeplainc/wizard.xml +++ b/share/qtcreator/templates/wizards/plaincapp-cmake/wizard.xml @@ -37,10 +37,10 @@ the project file goes last. The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and leave room for the Qt 4 target page. --> - + console.png Creates a plain C project using CMake, not using the Qt library. - CMake Plain C Project; + Plain C Project (CMake Build); Other Project diff --git a/share/qtcreator/templates/wizards/cmakeplaincpp/CMakeLists.txt b/share/qtcreator/templates/wizards/plaincppapp-cmake/CMakeLists.txt similarity index 100% rename from share/qtcreator/templates/wizards/cmakeplaincpp/CMakeLists.txt rename to share/qtcreator/templates/wizards/plaincppapp-cmake/CMakeLists.txt diff --git a/share/qtcreator/templates/wizards/cmakeplaincpp/console.png b/share/qtcreator/templates/wizards/plaincppapp-cmake/console.png similarity index 100% rename from share/qtcreator/templates/wizards/cmakeplaincpp/console.png rename to share/qtcreator/templates/wizards/plaincppapp-cmake/console.png diff --git a/share/qtcreator/templates/wizards/cmakeplaincpp/main.cpp b/share/qtcreator/templates/wizards/plaincppapp-cmake/main.cpp similarity index 100% rename from share/qtcreator/templates/wizards/cmakeplaincpp/main.cpp rename to share/qtcreator/templates/wizards/plaincppapp-cmake/main.cpp diff --git a/share/qtcreator/templates/wizards/cmakeplaincpp/wizard.xml b/share/qtcreator/templates/wizards/plaincppapp-cmake/wizard.xml similarity index 92% rename from share/qtcreator/templates/wizards/cmakeplaincpp/wizard.xml rename to share/qtcreator/templates/wizards/plaincppapp-cmake/wizard.xml index 7247004a5ee..c9dd5536515 100644 --- a/share/qtcreator/templates/wizards/cmakeplaincpp/wizard.xml +++ b/share/qtcreator/templates/wizards/plaincppapp-cmake/wizard.xml @@ -37,10 +37,10 @@ the project file goes last. The "class" and "firstpage" attributes specify that it is a Qt 4 wizard and leave room for the Qt 4 target page. --> - + console.png Creates a plain C++ project using CMake, not using the Qt library. - CMake Plain C++ Project; + Plain C++ Project (CMake Build); Other Project