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/CMakeLists.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 kontact/plugins/CMakeLists.txt (limited to 'kontact/plugins/CMakeLists.txt') diff --git a/kontact/plugins/CMakeLists.txt b/kontact/plugins/CMakeLists.txt new file mode 100644 index 000000000..54b60cd82 --- /dev/null +++ b/kontact/plugins/CMakeLists.txt @@ -0,0 +1,24 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +# NOTE kpilot was moved from kdepim + +add_subdirectory( kaddressbook ) +add_subdirectory( kmail ) +add_subdirectory( knotes ) +add_subdirectory( korganizer ) +add_subdirectory( summary ) +add_subdirectory( weather ) +add_subdirectory( knode ) +add_subdirectory( newsticker ) +add_subdirectory( specialdates ) +add_subdirectory( akregator ) +add_subdirectory( karm ) -- cgit v1.2.1