3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-22 15:15:53 +00:00

9 lines
334 B
CMake
Raw Normal View History

2022-03-05 22:41:29 +05:00
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
)