From b67ece773ccb72aafa48a4117a9aae82531e3aaf Mon Sep 17 00:00:00 2001 From: samelian Date: Sat, 5 Mar 2011 23:54:57 +0000 Subject: [kdepim]: initial cmake support for following subpackages: akregator, certmanager, kaddressbook, kalarm, kioslaves, kmail, ktnef, libemailfunctions, libkcal, libkdenetwork, libkdepim, libkmime, libkpgp, libkpimidentities, libksieve, mimelib git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1223912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkpgp/CMakeLists.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++ libkpgp/pics/CMakeLists.txt | 18 +++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 libkpgp/CMakeLists.txt create mode 100644 libkpgp/pics/CMakeLists.txt (limited to 'libkpgp') diff --git a/libkpgp/CMakeLists.txt b/libkpgp/CMakeLists.txt new file mode 100644 index 000000000..c6c9d9160 --- /dev/null +++ b/libkpgp/CMakeLists.txt @@ -0,0 +1,47 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +project( libkpgp ) + +add_subdirectory( pics ) + +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/libkdepim + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + + +##### other data ################################ + +install( FILES kpgp.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR} ) +install( PROGRAMS kpgp-3.1-upgrade-address-data.pl DESTINATION ${KCONF_UPDATE_INSTALL_DIR} ) + + +##### kpgp (shared) ############################# + +tde_add_library( kpgp SHARED AUTOMOC + SOURCES + kpgpblock.cpp kpgpui.cpp kpgpkey.cpp kpgp.cpp kpgpbase.cpp + kpgpbaseG.cpp kpgpbase2.cpp kpgpbase5.cpp kpgpbase6.cpp + VERSION 2.2.0 + LINK kdeui-shared + DESTINATION ${LIB_INSTALL_DIR} +) + + +tde_install_export( ) diff --git a/libkpgp/pics/CMakeLists.txt b/libkpgp/pics/CMakeLists.txt new file mode 100644 index 000000000..91ab2f703 --- /dev/null +++ b/libkpgp/pics/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + key_ok.png key_bad.png key_unknown.png key.png + DESTINATION ${DATA_INSTALL_DIR}/kmail/pics ) + +install( FILES + key_ok.png key_bad.png key_unknown.png key.png + DESTINATION ${DATA_INSTALL_DIR}/knode/pics ) -- cgit v1.2.1