Warning, /plasma/plasma-workspace/containmentactions/switchactivity/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 kcoreaddons_add_plugin(plasma_containmentactions_switchactivity SOURCES switch.cpp switch.h INSTALL_NAMESPACE "plasma/containmentactions")
0002 
0003 set_target_properties(plasma_containmentactions_switchactivity PROPERTIES
0004     OUTPUT_NAME switchactivity
0005 )
0006 
0007 target_link_libraries(plasma_containmentactions_switchactivity
0008                       Qt::Widgets
0009                       Plasma::Plasma
0010                       KF6::KIOCore
0011                       Plasma::Activities
0012                       PW::KWorkspace)