2014-11-13 19:30:51 +02:00
|
|
|
project(plasma-containmentactions-switchwindow)
|
|
|
|
|
|
|
|
set(switchwindow_SRCS
|
|
|
|
switch.cpp
|
2015-09-01 04:37:19 +03:00
|
|
|
config.ui
|
2014-11-13 19:30:51 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
kde4_add_plugin(plasma_containmentactions_switchwindow ${switchwindow_SRCS})
|
2023-06-17 23:26:56 +03:00
|
|
|
target_link_libraries(plasma_containmentactions_switchwindow KDE4::plasma KDE4::kio)
|
2014-11-13 19:30:51 +02:00
|
|
|
|
2020-02-08 19:29:32 +00:00
|
|
|
install(TARGETS plasma_containmentactions_switchwindow DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
|
|
|
install(FILES plasma-containmentactions-switchwindow.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|