[Kde-pim] KDE/kdepim/kontact/plugins
Christophe Giboudeaux
cgiboudeaux at gmail.com
Sun May 3 15:25:15 BST 2009
SVN commit 962934 by cgiboudeaux:
KcontactManager is now optional and will replace KAddressBook in 4.4
Don't build the Kontact plugin if KDEPIM_BUILD_KCONTACTMANAGER is false.
CCMAIL: kde-pim at kde.org
M +4 -1 CMakeLists.txt
--- trunk/KDE/kdepim/kontact/plugins/CMakeLists.txt #962933:962934
@@ -40,4 +40,7 @@
message(STATUS "Weather Summary is disabled until we can use the plasmoid")
#add_subdirectory( weather )
-add_subdirectory(kcontactmanager)
+if(KDEPIM_BUILD_KCONTACTMANAGER)
+ add_subdirectory(kcontactmanager)
+endif(KDEPIM_BUILD_KCONTACTMANAGER)
+
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list