2023-09-16 15:06:34 +03:00
|
|
|
project(plasma-applet-notifications)
|
2014-11-13 19:30:51 +02:00
|
|
|
|
2023-09-16 15:06:34 +03:00
|
|
|
set(notifications_SRCS
|
|
|
|
notifications.cpp
|
|
|
|
jobswidget.cpp
|
2024-04-07 23:36:44 +03:00
|
|
|
jobtrackeradaptor.cpp
|
2023-09-16 15:06:34 +03:00
|
|
|
applicationswidget.cpp
|
2024-04-08 10:18:25 +03:00
|
|
|
notificationsadaptor.cpp
|
2023-09-16 15:06:34 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
kde4_add_plugin(plasma_applet_notifications ${notifications_SRCS})
|
|
|
|
target_link_libraries(plasma_applet_notifications
|
|
|
|
KDE4::plasma
|
|
|
|
KDE4::kio
|
|
|
|
)
|
|
|
|
|
|
|
|
install(
|
|
|
|
TARGETS plasma_applet_notifications
|
|
|
|
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
|
|
|
)
|
|
|
|
|
|
|
|
install(
|
|
|
|
FILES plasma-applet-notifications.desktop
|
|
|
|
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
|
|
|
|
)
|