From 533bad2a1503973aaf8186691422c2eda91d02d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:02:55 +0200 Subject: Additional k => tde renaming and fixes --- tdeabc/tdeabcdistlistupdater/CMakeLists.txt | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 tdeabc/tdeabcdistlistupdater/CMakeLists.txt (limited to 'tdeabc/tdeabcdistlistupdater/CMakeLists.txt') diff --git a/tdeabc/tdeabcdistlistupdater/CMakeLists.txt b/tdeabc/tdeabcdistlistupdater/CMakeLists.txt new file mode 100644 index 000000000..ddbdd7c9d --- /dev/null +++ b/tdeabc/tdeabcdistlistupdater/CMakeLists.txt @@ -0,0 +1,42 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_import( libkmime ) +tde_import( ktnef ) +tde_import( libkcal ) +tde_import( libtdepim ) + +include_directories( + ${CMAKE_SOURCE_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + + +##### other data ################################ + +install( + FILES tdeabcdistlistupdater.desktop + DESTINATION ${AUTOSTART_INSTALL_DIR} +) + + +##### tdeabcdistlistupdater (executable) #################### + +tde_add_executable( tdeabcdistlistupdater + SOURCES tdeabcdistlistupdater.cpp + LINK tdepim-shared + DESTINATION ${BIN_INSTALL_DIR} +) -- cgit v1.2.1