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

List:       kde-commits
Subject:    KDE/kdepim/runtime/plugins
From:       Marc Mutz <mutz () kde ! org>
Date:       2010-08-06 11:14:17
Message-ID: 20100806111417.6E472AC7CA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1159826 by mutz:

Allow more than one payload class per mime type in Akonadi::Item, pt.2: add KCalCore \
serialiser plugin

Adapted from kdepim_kcalcore.
http://reviewboard.kde.org/r/4910/

 M  +6 -0      CMakeLists.txt  
 A             akonadi_serializer_kcalcore.cpp   \
branches/work/kdepim_kcalcore/runtime/plugins/akonadi_serializer_kcal.cpp#1159823 \
[License: LGPL (v2+)]  A             akonadi_serializer_kcalcore.desktop   \
branches/work/kdepim_kcalcore/runtime/plugins/akonadi_serializer_kcal.desktop#1159823 \
A             akonadi_serializer_kcalcore.h   \
branches/work/kdepim_kcalcore/runtime/plugins/akonadi_serializer_kcal.h#1159823 \
[License: LGPL (v2+)]


--- trunk/KDE/kdepim/runtime/plugins/CMakeLists.txt #1159825:1159826
@@ -22,6 +22,11 @@
 target_link_libraries(akonadi_serializer_kcal ${KDE4_KDECORE_LIBS} \
${KDEPIMLIBS_KCAL_LIBS} ${KDEPIMLIBS_AKONADI_LIBS})  install(TARGETS \
akonadi_serializer_kcal DESTINATION ${PLUGIN_INSTALL_DIR})  
+set(akonadi_serializer_kcalcore_SRCS akonadi_serializer_kcalcore.cpp)
+kde4_add_plugin(akonadi_serializer_kcalcore ${akonadi_serializer_kcalcore_SRCS})
+target_link_libraries(akonadi_serializer_kcalcore ${KDE4_KDECORE_LIBS} \
${KDEPIMLIBS_KCALUTILS_LIBS} ${KDEPIMLIBS_KCALCORE_LIBS} ${KDEPIMLIBS_AKONADI_LIBS}) \
+install(TARGETS akonadi_serializer_kcalcore DESTINATION ${PLUGIN_INSTALL_DIR}) +
 set(akonadi_serializer_bookmark_SRCS akonadi_serializer_bookmark.cpp)
 kde4_add_plugin(akonadi_serializer_bookmark ${akonadi_serializer_bookmark_SRCS})
 target_link_libraries(akonadi_serializer_bookmark ${KDE4_KDECORE_LIBS} \
${KDE4_KIO_LIBS} ${KDEPIMLIBS_AKONADI_LIBS}) @@ -44,6 +49,7 @@
   akonadi_serializer_addressee.desktop
   akonadi_serializer_mail.desktop
   akonadi_serializer_kcal.desktop
+  akonadi_serializer_kcalcore.desktop
   akonadi_serializer_bookmark.desktop
   akonadi_serializer_contactgroup.desktop
   akonadi_serializer_microblog.desktop


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

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