2014-11-13 19:30:51 +02:00
|
|
|
set(notifications_engine_SRCS
|
|
|
|
notificationsengine.cpp
|
|
|
|
notificationservice.cpp
|
|
|
|
notificationaction.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
qt4_add_dbus_adaptor( notifications_engine_SRCS org.freedesktop.Notifications.xml notificationsengine.h NotificationsEngine )
|
|
|
|
|
|
|
|
kde4_add_plugin(plasma_engine_notifications ${notifications_engine_SRCS})
|
|
|
|
|
2021-02-27 12:56:50 +02:00
|
|
|
target_link_libraries(plasma_engine_notifications ${KDE4_PLASMA_LIBS} ${KDE4_KDECORE_LIBS} ${KDE4_KNOTIFYCONFIG_LIBS})
|
2014-11-13 19:30:51 +02:00
|
|
|
|
2020-02-08 19:29:32 +00:00
|
|
|
install(TARGETS plasma_engine_notifications DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
2023-06-02 07:02:43 +03:00
|
|
|
install(FILES plasma-dataengine-notifications.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|