not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / dataengines / notifications / CMakeLists.txt
blob4f22e38edcc74e9b6fa1df0b06c3c88354f8650d
1 set(notifications_engine_SRCS
2     notificationsengine.cpp
3     notificationservice.cpp
4     notificationaction.cpp
7 qt4_add_dbus_adaptor( notifications_engine_SRCS org.kde.VisualNotifications.xml notificationsengine.h  NotificationsEngine )
9 kde4_add_plugin(plasma_engine_notifications ${notifications_engine_SRCS})
11 target_link_libraries(plasma_engine_notifications ${KDE4_PLASMA_LIBS} ${KDE4_KDECORE_LIBS})
13 install(TARGETS plasma_engine_notifications DESTINATION ${PLUGIN_INSTALL_DIR})
14 install(FILES plasma-dataengine-notifications.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
15 install(FILES notifications.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services)