2023-10-09 04:53:49 +03:00
|
|
|
project(plasma-applet-systemtray)
|
2014-11-13 19:30:51 +02:00
|
|
|
|
2016-04-14 14:54:31 +00:00
|
|
|
set(systemtray_SRCS
|
2023-10-09 04:53:49 +03:00
|
|
|
systemtray.cpp
|
2015-09-01 04:37:19 +03:00
|
|
|
)
|
2014-11-13 19:30:51 +02:00
|
|
|
|
|
|
|
kde4_add_plugin(plasma_applet_systemtray ${systemtray_SRCS})
|
|
|
|
target_link_libraries(plasma_applet_systemtray
|
2023-06-17 23:26:56 +03:00
|
|
|
KDE4::plasma
|
2014-11-13 19:30:51 +02:00
|
|
|
)
|
|
|
|
|
2023-10-09 04:53:49 +03:00
|
|
|
install(
|
|
|
|
TARGETS plasma_applet_systemtray
|
|
|
|
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
|
|
|
)
|
2016-08-12 03:08:40 +00:00
|
|
|
|
2023-10-09 04:53:49 +03:00
|
|
|
install(
|
|
|
|
FILES plasma-applet-systemtray.desktop
|
|
|
|
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
|
|
|
|
RENAME plasma-applet-systemtray.desktop
|
|
|
|
)
|