kdeconnect-kde/plugins/notifications/CMakeLists.txt

19 lines
494 B
CMake
Raw Normal View History

find_package(KF5 REQUIRED COMPONENTS Notifications KCMUtils I18n IconThemes Config)
2013-08-13 23:09:46 +01:00
set(kdeconnect_notifications_SRCS
notification.cpp
2013-08-13 23:09:46 +01:00
notificationsplugin.cpp
notificationsdbusinterface.cpp
sendreplydialog.cpp
2013-08-13 23:09:46 +01:00
)
kdeconnect_add_plugin(kdeconnect_notifications JSON kdeconnect_notifications.json SOURCES ${kdeconnect_notifications_SRCS})
2013-08-13 23:09:46 +01:00
target_link_libraries(kdeconnect_notifications
kdeconnectcore
Qt5::DBus
KF5::Notifications
KF5::I18n
KF5::IconThemes
)