diff options
Diffstat (limited to 'languages/cpp/app_templates/makefileempty')
-rw-r--r-- | languages/cpp/app_templates/makefileempty/CMakeLists.txt | 6 | ||||
-rw-r--r-- | languages/cpp/app_templates/makefileempty/Makefile.am | 4 | ||||
-rw-r--r-- | languages/cpp/app_templates/makefileempty/app.tdevelop | 22 | ||||
-rw-r--r-- | languages/cpp/app_templates/makefileempty/makefileempty.kdevtemplate (renamed from languages/cpp/app_templates/makefileempty/makefileempty.tdevtemplate) | 2 |
4 files changed, 17 insertions, 17 deletions
diff --git a/languages/cpp/app_templates/makefileempty/CMakeLists.txt b/languages/cpp/app_templates/makefileempty/CMakeLists.txt index 25f86b01..48a6e3dd 100644 --- a/languages/cpp/app_templates/makefileempty/CMakeLists.txt +++ b/languages/cpp/app_templates/makefileempty/CMakeLists.txt @@ -17,9 +17,9 @@ add_custom_target( makefileempty.tar.gz ALL install( FILES ${CMAKE_CURRENT_BINARY_DIR}/makefileempty.tar.gz makefileempty.png - DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard ) + DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard ) install( FILES - makefileempty.tdevtemplate - DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates ) + makefileempty.kdevtemplate + DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates ) diff --git a/languages/cpp/app_templates/makefileempty/Makefile.am b/languages/cpp/app_templates/makefileempty/Makefile.am index 60035c3d..ec381a04 100644 --- a/languages/cpp/app_templates/makefileempty/Makefile.am +++ b/languages/cpp/app_templates/makefileempty/Makefile.am @@ -3,10 +3,10 @@ dataFiles = makefileempty-Makefile \ templateName = makefileempty ### no need to change below: -template_DATA = $(templateName).tdevtemplate +template_DATA = $(templateName).kdevtemplate templatedir = ${appwizarddatadir}/templates -appwizarddatadir = ${kde_datadir}/tdevappwizard +appwizarddatadir = ${kde_datadir}/kdevappwizard $(templateName).tar.gz: ${dataFiles} $(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles} $(GZIP_COMMAND) -f9 $(templateName).tar diff --git a/languages/cpp/app_templates/makefileempty/app.tdevelop b/languages/cpp/app_templates/makefileempty/app.tdevelop index e3b8de97..da576369 100644 --- a/languages/cpp/app_templates/makefileempty/app.tdevelop +++ b/languages/cpp/app_templates/makefileempty/app.tdevelop @@ -4,14 +4,14 @@ <author>%{AUTHOR}</author> <email>%{EMAIL}</email> <version>%{VERSION}</version> - <projectmanagement>TDevCustomProject</projectmanagement> + <projectmanagement>KDevCustomProject</projectmanagement> <primarylanguage>C++</primarylanguage> <keywords> <keyword>C++</keyword> <keyword>Code</keyword> </keywords> </general> - <tdevautoproject> + <kdevautoproject> <general> </general> <run> @@ -33,8 +33,8 @@ <cxxflags>-O0 -g3</cxxflags> </debug> </configurations> - </tdevautoproject> - <tdevdoctreeview> + </kdevautoproject> + <kdevdoctreeview> <ignoretocs> <toc>ada</toc> <toc>ada_bugs_gcc</toc> @@ -79,23 +79,23 @@ <ignoredoxygen> <toc>TDE Libraries (Doxygen)</toc> </ignoredoxygen> - </tdevdoctreeview> - <tdevfilecreate> + </kdevdoctreeview> + <kdevfilecreate> <useglobaltypes> <type ext="cpp"/> <type ext="h"/> </useglobaltypes> - </tdevfilecreate> - <tdevfileview> + </kdevfilecreate> + <kdevfileview> <groups> <group pattern="*.h" name="Header files" /> <group pattern="*.cpp" name="Source files" /> </groups> - </tdevfileview> - <tdevdocumentation> + </kdevfileview> + <kdevdocumentation> <projectdoc> <docsystem>Doxygen Documentation Collection</docsystem> <docurl>%{APPNAMELC}.tag</docurl> </projectdoc> - </tdevdocumentation> + </kdevdocumentation> </tdevelop> diff --git a/languages/cpp/app_templates/makefileempty/makefileempty.tdevtemplate b/languages/cpp/app_templates/makefileempty/makefileempty.kdevtemplate index 97c3f238..b69317d7 100644 --- a/languages/cpp/app_templates/makefileempty/makefileempty.tdevtemplate +++ b/languages/cpp/app_templates/makefileempty/makefileempty.kdevtemplate @@ -53,7 +53,7 @@ Dest=%{dest}/%{APPNAMELC}.tdevelop [GNU] Type=include -File=%{tdevelop}/template-common/gnu.tdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE2] Type=install |