mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 23:32:17 +00:00
9 lines
334 B
CMake
9 lines
334 B
CMake
kcoreaddons_add_plugin(plasma_containmentactions_switchdesktop SOURCES desktop.cpp INSTALL_NAMESPACE "plasma/containmentactions")
|
|
|
|
target_link_libraries(plasma_containmentactions_switchdesktop
|
|
Qt::Widgets
|
|
KF5::Plasma
|
|
PW::LibTaskManager
|
|
)
|
|
|