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

List:       kde-commits
Subject:    KDE/kdepim/kontact/plugins/specialdates
From:       Olivier Trichet <nive () nivalis ! org>
Date:       2010-09-24 18:36:09
Message-ID: 20100924183609.CB7EEAC88C () svn ! kde ! org
[Download RAW message or body]

SVN commit 1179176 by otrichet:

Build with BUILD_korganizer=OFF

 M  +11 -1     CMakeLists.txt  


--- trunk/KDE/kdepim/kontact/plugins/specialdates/CMakeLists.txt #1179175:1179176
@@ -13,9 +13,19 @@
 
 kde4_add_plugin(kontact_specialdatesplugin ${kontact_specialdatesplugin_PART_SRCS})
 
-target_link_libraries(kontact_specialdatesplugin  ${KDE4_KDEUI_LIBS} \
${KDEPIMLIBS_KABC_LIBS} ${KDEPIMLIBS_KHOLIDAYS_LIBS} \
${KDEPIMLIBS_KONTACTINTERFACE_LIBS} ${KDEPIMLIBS_AKONADI_LIBS} \
${KDEPIMLIBS_AKONADI_CONTACT_LIBS} kdepim korganizerprivate ${KDE4_KDE3SUPPORT_LIBS} \
calendarsupport  ${KDEPIMLIBS_KCALCORE_LIBS}) +if(BUILD_korganizer)
+  set(_korganizerprivate_lib "korganizerprivate")
+endif(BUILD_korganizer)
 
+target_link_libraries(kontact_specialdatesplugin
+  ${KDE4_KDEUI_LIBS}
+  ${KDEPIMLIBS_KABC_LIBS} ${KDEPIMLIBS_KHOLIDAYS_LIBS} \
${KDEPIMLIBS_KONTACTINTERFACE_LIBS} +  ${KDEPIMLIBS_AKONADI_LIBS} \
${KDEPIMLIBS_AKONADI_CONTACT_LIBS} +  kdepim ${_korganizerprivate_lib}
+  ${KDE4_KDE3SUPPORT_LIBS} calendarsupport  ${KDEPIMLIBS_KCALCORE_LIBS}
+)
 
+
 ########### next target ###############
 
 set(kcm_sdsummary_PART_SRCS kcmsdsummary.cpp)


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

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