From febacdee5bf580932e1937f656b475762b48acd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 16 Mar 2022 23:34:43 +0100 Subject: Conversion to the cmake building system. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit a6454b1658d325d6ff2d6ba6c349b772148798e0) --- kmymoney2/templates/CMakeLists.txt | 11 ----------- kmymoney2/templates/cpp_template | 31 ------------------------------- kmymoney2/templates/en_US/CMakeLists.txt | 17 ----------------- kmymoney2/templates/header_template | 30 ------------------------------ 4 files changed, 89 deletions(-) delete mode 100644 kmymoney2/templates/CMakeLists.txt delete mode 100644 kmymoney2/templates/cpp_template delete mode 100644 kmymoney2/templates/en_US/CMakeLists.txt delete mode 100644 kmymoney2/templates/header_template (limited to 'kmymoney2/templates') 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 - Felix Rodriguez - John C - Thomas Baumgart - Kevin Tambascio - ***************************************************************************/ - -/*************************************************************************** - * * - * 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 - Felix Rodriguez - John C - Thomas Baumgart - Kevin Tambascio - ***************************************************************************/ - -/*************************************************************************** - * * - * 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 -- cgit v1.2.1