You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
452 B
13 lines
452 B
kcoreaddons_add_plugin(plasma_containmentactions_paste SOURCES paste.cpp INSTALL_NAMESPACE "plasma/containmentactions") |
|
target_link_libraries(plasma_containmentactions_paste |
|
Qt::Gui |
|
Qt::Widgets |
|
KF5::Plasma |
|
KF5::KIOCore |
|
) |
|
|
|
ecm_qt_declare_logging_category(plasma_containmentactions_paste |
|
HEADER containmentactions_paste_debug.h |
|
IDENTIFIER CONTAINMENTACTIONS_PASTE_DEBUG |
|
CATEGORY_NAME org.kde.plasma.containmentactions_paste |
|
)
|
|
|