You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
763 B
19 lines
763 B
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_containmentactions_switchwindow\") |
|
|
|
set(switchwindow_SRCS |
|
switch.cpp |
|
) |
|
ki18n_wrap_ui(switchwindow_SRCS config.ui) |
|
|
|
add_library(plasma_containmentactions_switchwindow MODULE ${switchwindow_SRCS}) |
|
|
|
kcoreaddons_desktop_to_json(plasma_containmentactions_switchwindow plasma-containmentactions-switchwindow.desktop) |
|
|
|
target_link_libraries(plasma_containmentactions_switchwindow |
|
Qt5::Widgets |
|
KF5::Plasma |
|
KF5::I18n |
|
PW::LibTaskManager) |
|
|
|
install(TARGETS plasma_containmentactions_switchwindow DESTINATION ${KDE_INSTALL_PLUGINDIR}) |
|
install(FILES plasma-containmentactions-switchwindow.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})
|
|
|