From c6499535d3cc17f9a54f8681f1dfe6b9dd16c2d6 Mon Sep 17 00:00:00 2001 From: samelian Date: Wed, 23 Mar 2011 21:19:31 +0000 Subject: [kdepim] kontact ported to cmake git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1225846 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kontact/plugins/weather/CMakeLists.txt | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 kontact/plugins/weather/CMakeLists.txt (limited to 'kontact/plugins/weather') diff --git a/kontact/plugins/weather/CMakeLists.txt b/kontact/plugins/weather/CMakeLists.txt new file mode 100644 index 00000000..541222d7 --- /dev/null +++ b/kontact/plugins/weather/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}/../../interfaces + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} +) + + +##### other data ################################ + +install( FILES + weatherplugin.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/kontact ) + + +##### libkontact_weatherplugin (module) ######### + +tde_add_kpart( libkontact_weatherplugin AUTOMOC + SOURCES + weather_plugin.cpp summarywidget.cpp summarywidget.skel + LINK kpinterfaces-shared + DESTINATION ${PLUGIN_INSTALL_DIR} +) -- cgit v1.2.3