2016-04-27 18:45:58 +01:00
|
|
|
find_package(KF5 REQUIRED COMPONENTS Notifications KCMUtils I18n IconThemes Config)
|
2015-03-24 11:26:37 +00:00
|
|
|
|
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
|
|
|
)
|
|
|
|
|
2015-03-19 15:36:53 +00:00
|
|
|
kdeconnect_add_plugin(kdeconnect_notifications JSON kdeconnect_notifications.json SOURCES ${kdeconnect_notifications_SRCS})
|
2013-08-13 23:09:46 +01:00
|
|
|
|
2014-09-22 09:17:44 +01:00
|
|
|
target_link_libraries(kdeconnect_notifications
|
|
|
|
kdeconnectcore
|
|
|
|
Qt5::DBus
|
|
|
|
KF5::Notifications
|
2015-12-05 22:11:57 +00:00
|
|
|
KF5::I18n
|
2016-01-07 16:37:35 +00:00
|
|
|
KF5::IconThemes
|
2014-09-22 09:17:44 +01:00
|
|
|
)
|