2020-05-26 17:55:47 +01:00
|
|
|
set(debug_file_SRCS)
|
|
|
|
ecm_qt_declare_logging_category(
|
|
|
|
debug_file_SRCS HEADER plugin_clipboard_debug.h
|
|
|
|
IDENTIFIER KDECONNECT_PLUGIN_CLIPBOARD CATEGORY_NAME kdeconnect.plugin.clipboard
|
|
|
|
DEFAULT_SEVERITY Warning
|
|
|
|
EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (plugin clipboard)")
|
|
|
|
|
2013-08-13 14:48:02 +01:00
|
|
|
set(kdeconnect_clipboard_SRCS
|
|
|
|
clipboardplugin.cpp
|
2016-09-09 15:18:56 +01:00
|
|
|
clipboardlistener.cpp
|
2020-05-26 17:55:47 +01:00
|
|
|
${debug_file_SRCS}
|
2013-08-13 14:48:02 +01:00
|
|
|
)
|
|
|
|
|
2015-03-19 15:36:53 +00:00
|
|
|
kdeconnect_add_plugin(kdeconnect_clipboard JSON kdeconnect_clipboard.json SOURCES ${kdeconnect_clipboard_SRCS})
|
2013-08-13 14:48:02 +01:00
|
|
|
|
2015-04-10 17:03:49 +01:00
|
|
|
target_link_libraries(kdeconnect_clipboard kdeconnectcore Qt5::Gui)
|