3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 07:12:18 +00:00
Brooklyn/plasma/workspace/containmentactions/paste/CMakeLists.txt
2022-03-05 22:41:29 +05:00

14 lines
452 B
CMake

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
)