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.
18 lines
715 B
18 lines
715 B
set(switchdesktop_SRCS |
|
desktop.cpp |
|
) |
|
|
|
add_library(plasma_containmentactions_switchdesktop MODULE ${switchdesktop_SRCS}) |
|
|
|
kcoreaddons_desktop_to_json(plasma_containmentactions_switchdesktop plasma-containmentactions-switchdesktop.desktop) |
|
|
|
target_link_libraries(plasma_containmentactions_switchdesktop |
|
Qt5::Widgets |
|
KF5::Plasma |
|
KF5::WindowSystem |
|
KF5::I18n |
|
KF5::KIOCore |
|
) |
|
|
|
install(TARGETS plasma_containmentactions_switchdesktop DESTINATION ${KDE_INSTALL_PLUGINDIR}) |
|
install(FILES plasma-containmentactions-switchdesktop.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR})
|
|
|