From f5b07a4a12d57d28dee8662d296dd400d26ba7fe Mon Sep 17 00:00:00 2001 From: samelian Date: Mon, 21 Mar 2011 00:29:04 +0000 Subject: [kdepim] initial cmake support for: knotes, kode, korganizer, kresources, plugins, wizards git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1225440 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kresources/groupwise/kioslave/CMakeLists.txt | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 kresources/groupwise/kioslave/CMakeLists.txt (limited to 'kresources/groupwise/kioslave/CMakeLists.txt') diff --git a/kresources/groupwise/kioslave/CMakeLists.txt b/kresources/groupwise/kioslave/CMakeLists.txt new file mode 100644 index 000000000..09a81f11a --- /dev/null +++ b/kresources/groupwise/kioslave/CMakeLists.txt @@ -0,0 +1,38 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_SOURCE_DIR}/../soap + ${CMAKE_SOURCE_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + + +##### other data ################################ + +install( FILES + groupwise.protocol groupwises.protocol + DESTINATION ${SERVICES_INSTALL_DIR} ) + + +##### kio_groupwise (module) #################### + +tde_add_kpart( kio_groupwise AUTOMOC + SOURCES groupwise.cpp + LINK gwsoap-shared + DESTINATION ${PLUGIN_INSTALL_DIR} +) -- cgit v1.2.1