[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kontact/plugins
From:       Christophe Giboudeaux <cgiboudeaux () gmail ! com>
Date:       2009-03-06 16:51:28
Message-ID: 1236358288.998464.22203.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 935992 by cgiboudeaux:

- Built the Ktimetracker plugin again
- don't build the Kmobiletools one
- Don't build the korganizer plugin if KMail isn't built.


 M  +20 -21    CMakeLists.txt  


--- trunk/KDE/kdepim/kontact/plugins/CMakeLists.txt #935991:935992
@@ -1,43 +1,42 @@
 remove_definitions(-DKDE_DEFAULT_DEBUG_AREA=5600) #remove kontact debug area
 add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5602)
 
-if(KMAIL_SUPPORTED AND BUILD_kaddressbook)
-  add_subdirectory( kaddressbook ) 
-endif(KMAIL_SUPPORTED AND BUILD_kaddressbook)
-
 if(QGPGME_FOUND)
-  if(KMAIL_SUPPORTED AND BUILD_kmail)
-    add_subdirectory( kmail ) 
-  endif(KMAIL_SUPPORTED AND BUILD_kmail)
-  if (BUILD_korganizer)
-	  add_subdirectory( korganizer )
-  endif (BUILD_korganizer)
+  if(BUILD_kmail)
+    add_subdirectory( kmail )
+  endif(BUILD_kmail)
+  if(BUILD_kmail AND BUILD_kaddressbook)
+    add_subdirectory( kaddressbook )
+  endif(BUILD_kmail AND BUILD_kaddressbook)
+  if (BUILD_kmail AND BUILD_korganizer)
+    add_subdirectory( korganizer )
+  endif (BUILD_kmail AND BUILD_korganizer)
   add_subdirectory( summary )
   add_subdirectory( specialdates )
 #re-enable planner for 4.2 if we have people who want to develop it
   add_subdirectory( planner )
 endif(QGPGME_FOUND)
 if (BUILD_knotes)
-  add_subdirectory( knotes ) 
+  add_subdirectory( knotes )
 endif (BUILD_knotes)
 if (BUILD_knode)
-  add_subdirectory( knode ) 
+  add_subdirectory( knode )
 endif (BUILD_knode)
 if (BUILD_kjots)
-  add_subdirectory( kjots ) 
+  add_subdirectory( kjots )
 endif (BUILD_kjots)
 if (BUILD_akregator)
-  add_subdirectory( akregator ) 
+  add_subdirectory( akregator )
 endif (BUILD_akregator)
+#if (BUILD_kmobiletools)
+#  add_subdirectory( kmobiletools )
+#endif (BUILD_kmobiletools)
+if(BUILD_ktimetracker)
+  add_subdirectory( ktimetracker )
+endif(BUILD_ktimetracker)
 
-if(KTIMETRACKER_SUPPORTED AND BUILD_ktimetracker)
-  add_subdirectory( ktimetracker ) 
-endif(KTIMETRACKER_SUPPORTED AND BUILD_ktimetracker)
-if(KMOBILETOOLS_SUPPORTED AND BUILD_kmobiletools)
-  add_subdirectory( kmobiletools ) 
-endif(KMOBILETOOLS_SUPPORTED AND BUILD_kmobiletools)
 message(STATUS "Newsticker Summary is disabled until we can use the plasmoid")
-#add_subdirectory( newsticker ) 
+#add_subdirectory( newsticker )
 message(STATUS "Weather Summary is disabled until we can use the plasmoid")
 #add_subdirectory( weather )
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic