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

0001 kcoreaddons_add_plugin(plasma_containmentactions_paste SOURCES paste.cpp INSTALL_NAMESPACE "plasma/containmentactions")
0002 target_link_libraries(plasma_containmentactions_paste
0003     Qt::Gui
0004     Qt::Widgets
0005     Plasma::Plasma
0006     Plasma::PlasmaQuick
0007     KF6::KIOCore
0008 )
0009 
0010 set_target_properties(plasma_containmentactions_paste PROPERTIES
0011     OUTPUT_NAME org.kde.paste
0012 )
0013 
0014 ecm_qt_declare_logging_category(plasma_containmentactions_paste
0015     HEADER containmentactions_paste_debug.h
0016     IDENTIFIER CONTAINMENTACTIONS_PASTE_DEBUG
0017     CATEGORY_NAME org.kde.plasma.containmentactions_paste
0018     DESCRIPTION "containment actions paste"
0019     EXPORT PLASMAWORKSPACE
0020 )