Rex Dieter 04ca9f
diff -up akonadi-1.13.0/CMakeLists.txt.opt akonadi-1.13.0/CMakeLists.txt
Rex Dieter 04ca9f
--- akonadi-1.13.0/CMakeLists.txt.opt	2015-12-11 07:44:57.653216984 -0600
Rex Dieter 04ca9f
+++ akonadi-1.13.0/CMakeLists.txt	2015-12-11 07:52:14.749205933 -0600
Rex Dieter 04ca9f
@@ -339,22 +339,22 @@ endif()
Rex Dieter 04ca9f
 
Rex Dieter 04ca9f
 include_directories(${Akonadi_SOURCE_DIR} ${Akonadi_BINARY_DIR} ${QT_INCLUDES} ${Boost_INCLUDE_DIR})
Rex Dieter 04ca9f
 
Rex Dieter 04ca9f
-add_subdirectory(interfaces)
Rex Dieter 80bf6d
+add_subdirectory(interfaces)
Rex Dieter 04ca9f
 add_subdirectory(libs)
Rex Dieter 04ca9f
 set(AKONADI_PROTOCOLINTERNALS_LIBS ${akonadiprotocolinternals_LIB_DEPENDS} akonadiprotocolinternals)
Rex Dieter 04ca9f
 
Rex Dieter 04ca9f
-add_subdirectory(shared)
Rex Dieter 04ca9f
-add_subdirectory(agentserver)
Rex Dieter 04ca9f
-add_subdirectory(server)
Rex Dieter 04ca9f
+#add_subdirectory(shared)
Rex Dieter 04ca9f
+#add_subdirectory(agentserver)
Rex Dieter 04ca9f
+#add_subdirectory(server)
Rex Dieter 04ca9f
 
Rex Dieter 04ca9f
-add_subdirectory(rds)
Rex Dieter 04ca9f
+#add_subdirectory(rds)
Rex Dieter 04ca9f
 if(NOT WIN32)
Rex Dieter 04ca9f
-  add_subdirectory(asapcat)
Rex Dieter 04ca9f
+  #add_subdirectory(asapcat)
Rex Dieter 04ca9f
 endif()
Rex Dieter 04ca9f
 if (NOT QT5_BUILD)
Rex Dieter 04ca9f
   if(SQLITE_FOUND)
Rex Dieter 04ca9f
     option(SQLITE_LINK_STATIC "link libsqlite3 statically" FALSE)
Rex Dieter 04ca9f
-    add_subdirectory(qsqlite)
Rex Dieter 04ca9f
+    #add_subdirectory(qsqlite)
Rex Dieter 04ca9f
   endif()
Rex Dieter 04ca9f
 endif()
Rex Dieter 04ca9f