|
|
|
@ -7,10 +7,11 @@ add_library(plasma_containmentactions_switchdesktop MODULE ${switchdesktop_SRCS} |
|
|
|
kcoreaddons_desktop_to_json(plasma_containmentactions_switchdesktop plasma-containmentactions-switchdesktop.desktop) |
|
|
|
kcoreaddons_desktop_to_json(plasma_containmentactions_switchdesktop plasma-containmentactions-switchdesktop.desktop) |
|
|
|
|
|
|
|
|
|
|
|
target_link_libraries(plasma_containmentactions_switchdesktop |
|
|
|
target_link_libraries(plasma_containmentactions_switchdesktop |
|
|
|
|
|
|
|
Qt5::Widgets |
|
|
|
KF5::Plasma |
|
|
|
KF5::Plasma |
|
|
|
KF5::WindowSystem |
|
|
|
KF5::WindowSystem |
|
|
|
KF5::I18n |
|
|
|
KF5::I18n |
|
|
|
KF5::KIOCore |
|
|
|
KF5::KIOCore |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
install(TARGETS plasma_containmentactions_switchdesktop DESTINATION ${KDE_INSTALL_PLUGINDIR}) |
|
|
|
install(TARGETS plasma_containmentactions_switchdesktop DESTINATION ${KDE_INSTALL_PLUGINDIR}) |
|
|
|
|