Branch 'kolab/integration/4.13.0' - agents/CMakeLists.txt

Sandro Knauß knauss at kolabsys.com
Thu Nov 6 18:13:13 CET 2014


 agents/CMakeLists.txt |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 476e12f602eeaf3c1c7c3fed95583b4539ab135f
Author: Sandro Knauß <knauss at kolabsys.com>
Date:   Thu Nov 6 18:09:18 2014 +0100

    Make agens optional to be able to switch some of them off.

diff --git a/agents/CMakeLists.txt b/agents/CMakeLists.txt
index 94b6b8e..ab43ae3 100644
--- a/agents/CMakeLists.txt
+++ b/agents/CMakeLists.txt
@@ -2,10 +2,10 @@ add_definitions( -DQT_NO_CAST_FROM_ASCII )
 add_definitions( -DQT_NO_CAST_TO_ASCII )
 add_definitions( -DQT_NO_CAST_FROM_BYTEARRAY )
 
-add_subdirectory(sendlateragent)
-add_subdirectory(archivemailagent)
-add_subdirectory(mailfilteragent)
-add_subdirectory(notesagent)
+macro_optional_add_subdirectory(sendlateragent)
+macro_optional_add_subdirectory(archivemailagent)
+macro_optional_add_subdirectory(mailfilteragent)
+macro_optional_add_subdirectory(notesagent)
 #comment until 4.13
 #add_subdirectory(followupreminderagent)
 install(FILES folderarchiveagent.desktop DESTINATION "${CMAKE_INSTALL_PREFIX}/share/akonadi/agents")




More information about the commits mailing list