2013-08-13 23:09:46 +01:00
|
|
|
set(kdeconnect_notifications_SRCS
|
2013-08-20 12:53:36 +01:00
|
|
|
notification.cpp
|
2013-08-13 23:09:46 +01:00
|
|
|
notificationsplugin.cpp
|
2013-08-20 12:53:36 +01:00
|
|
|
notificationsdbusinterface.cpp
|
2013-08-13 23:09:46 +01:00
|
|
|
)
|
|
|
|
|
2014-06-16 19:02:07 +01:00
|
|
|
add_library(kdeconnect_notifications MODULE ${kdeconnect_notifications_SRCS})
|
2013-08-13 23:09:46 +01:00
|
|
|
|
2014-09-22 01:37:10 +01:00
|
|
|
target_link_libraries(kdeconnect_notifications kdeconnectcore KF5::Service KF5::Notifications KF5::KDELibs4Support)
|
2013-08-13 23:09:46 +01:00
|
|
|
|
|
|
|
install(TARGETS kdeconnect_notifications DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
install(FILES kdeconnect_notifications.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
2013-08-20 12:53:36 +01:00
|
|
|
|
2014-06-14 15:34:00 +01:00
|
|
|
include(macros)
|
2013-08-20 12:53:36 +01:00
|
|
|
generate_and_install_dbus_interface(
|
|
|
|
kdeconnect_notifications
|
|
|
|
notificationsdbusinterface.h
|
|
|
|
org.kde.kdeconnect.device.notifications.xml
|
|
|
|
OPTIONS -a
|
|
|
|
)
|
|
|
|
generate_and_install_dbus_interface(
|
|
|
|
kdeconnect_notifications
|
|
|
|
notification.h
|
|
|
|
org.kde.kdeconnect.device.notifications.notification.xml
|
|
|
|
OPTIONS -a
|
|
|
|
)
|