mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 10:15:54 +00:00
14 lines
452 B
CMake
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
|
||
|
)
|