summaryrefslogtreecommitdiffstats
path: root/kmymoney2/templates
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-03-16 23:34:43 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-03-20 18:49:09 +0100
commitfebacdee5bf580932e1937f656b475762b48acd6 (patch)
tree56cf1a5ea34db847036dd71f58e1f9d7b6f128ce /kmymoney2/templates
parent9757aeb46efff389c2b118cb373206d0720235cd (diff)
downloadkmymoney-febacdee5bf580932e1937f656b475762b48acd6.tar.gz
kmymoney-febacdee5bf580932e1937f656b475762b48acd6.zip
Conversion to the cmake building system.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a6454b1658d325d6ff2d6ba6c349b772148798e0)
Diffstat (limited to 'kmymoney2/templates')
-rw-r--r--kmymoney2/templates/CMakeLists.txt11
-rw-r--r--kmymoney2/templates/cpp_template31
-rw-r--r--kmymoney2/templates/en_US/CMakeLists.txt17
-rw-r--r--kmymoney2/templates/header_template30
4 files changed, 0 insertions, 89 deletions
diff --git a/kmymoney2/templates/CMakeLists.txt b/kmymoney2/templates/CMakeLists.txt
deleted file mode 100644
index 11f53f1..0000000
--- a/kmymoney2/templates/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-########### install files ###############
-
-INSTALL(DIRECTORY
- C de_AT de_CH de_DE dk el_GR en_GB en_US es_AR es_ES es_MX fr_CA
- fr_CH fr_FR gl_ES hu_HU it jp nl_NL pt_BR pt_PT ro_RO ru_RU sk tr_TR
- zh_CN zh_HK zh_TW
- DESTINATION share/apps/kmymoney2/templates
- PATTERN "CVS" EXCLUDE
- PATTERN ".cvsignore" EXCLUDE
- PATTERN "*Make*" EXCLUDE
- )
diff --git a/kmymoney2/templates/cpp_template b/kmymoney2/templates/cpp_template
deleted file mode 100644
index 6bca001..0000000
--- a/kmymoney2/templates/cpp_template
+++ /dev/null
@@ -1,31 +0,0 @@
-/***************************************************************************
- |FILENAME| - description
- -------------------
- begin : |DATE|
- copyright : (C) 2000-|YEAR| by |AUTHOR|
- email : |EMAIL|
- Javier Campos Morales <javi_c@users.sourceforge.net>
- Felix Rodriguez <frodriguez@users.sourceforge.net>
- John C <thetacoturtle@users.sourceforge.net>
- Thomas Baumgart <ipwizard@users.sourceforge.net>
- Kevin Tambascio <ktambascio@users.sourceforge.net>
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
-// ----------------------------------------------------------------------------
-// QT Includes
-
-// ----------------------------------------------------------------------------
-// KDE Includes
-
-// ----------------------------------------------------------------------------
-// Project Includes
-
diff --git a/kmymoney2/templates/en_US/CMakeLists.txt b/kmymoney2/templates/en_US/CMakeLists.txt
deleted file mode 100644
index 553d99e..0000000
--- a/kmymoney2/templates/en_US/CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${KDE3_INCLUDE_DIR} ${QT_INCLUDE_DIR} )
-
-
-########### install files ###############
-
-INSTALL(FILES old-default_accounts.kmt default_categories-template.kmt ScheduleC_business.kmt ScheduleE_rental-property.kmt
- DESTINATION share/apps/kmymoney2/templates/en_US
-)
-
-
-
-#original Makefile.am contents follow:
-
-#templatedir=$(kde_datadir)/kmymoney2/templates/en_US
-#template_DATA = old-default_accounts.kmt default_categories-template.kmt ScheduleC_business.kmt ScheduleE_rental-property.kmt
-#
-#EXTRA_DIST = $(template_DATA)
diff --git a/kmymoney2/templates/header_template b/kmymoney2/templates/header_template
deleted file mode 100644
index 18f3519..0000000
--- a/kmymoney2/templates/header_template
+++ /dev/null
@@ -1,30 +0,0 @@
-/***************************************************************************
- |FILENAME| - description
- -------------------
- begin : |DATE|
- copyright : (C) 2000-|YEAR| by |AUTHOR|
- email : |EMAIL|
- Javier Campos Morales <javi_c@users.sourceforge.net>
- Felix Rodriguez <frodriguez@users.sourceforge.net>
- John C <thetacoturtle@users.sourceforge.net>
- Thomas Baumgart <ipwizard@users.sourceforge.net>
- Kevin Tambascio <ktambascio@users.sourceforge.net>
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
-// ----------------------------------------------------------------------------
-// QT Includes
-
-// ----------------------------------------------------------------------------
-// KDE Includes
-
-// ----------------------------------------------------------------------------
-// Project Includes