From a6454b1658d325d6ff2d6ba6c349b772148798e0 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 --- kmymoney2/plugins/ofximport/CMakeLists.txt | 52 ++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 kmymoney2/plugins/ofximport/CMakeLists.txt (limited to 'kmymoney2/plugins/ofximport/CMakeLists.txt') diff --git a/kmymoney2/plugins/ofximport/CMakeLists.txt b/kmymoney2/plugins/ofximport/CMakeLists.txt new file mode 100644 index 0000000..906b919 --- /dev/null +++ b/kmymoney2/plugins/ofximport/CMakeLists.txt @@ -0,0 +1,52 @@ + +add_subdirectory( dialogs ) + + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR} + ${CMAKE_BINARY_DIR}/include + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR}/dialogs + ${CMAKE_CURRENT_SOURCE_DIR}/dialogs + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + + +##### kmm_ofximport (kpart) + +tde_add_kpart( kmm_ofximport AUTOMOC + SOURCES + ofximporterplugin.cpp + ofxpartner.cpp + + LINK + ofximport-dialogs-static + kmm_plugin-shared kmm_mymoney-shared + tdecore-shared tdeui-shared tdeio-shared tdehtml-shared + ${LIBOFX_LIBRARIES} + + DEPENDENCIES + kmm-includes + + DESTINATION ${PLUGIN_INSTALL_DIR} +) + + +##### other data + +install( + FILES kmm_ofximport.rc + DESTINATION ${DATA_INSTALL_DIR}/kmm_ofximport +) + +tde_create_translated_desktop( + SOURCE kmm_ofximport.desktop + DESTINATION ${SERVICES_INSTALL_DIR} +) -- cgit v1.2.1