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     KF5::Plasma
0006     KF5::KIOCore
0007 )
0008 
0009 ecm_qt_declare_logging_category(plasma_containmentactions_paste
0010     HEADER containmentactions_paste_debug.h
0011     IDENTIFIER CONTAINMENTACTIONS_PASTE_DEBUG
0012     CATEGORY_NAME org.kde.plasma.containmentactions_paste
0013 )