2020-05-26 17:55:47 +01:00
|
|
|
set(debug_file_SRCS)
|
|
|
|
ecm_qt_declare_logging_category(
|
|
|
|
debug_file_SRCS HEADER plugin_remotecommands_debug.h
|
|
|
|
IDENTIFIER KDECONNECT_PLUGIN_REMOTECOMMANDS CATEGORY_NAME kdeconnect.plugin.remotecommands
|
|
|
|
DEFAULT_SEVERITY Warning
|
|
|
|
EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (plugin remotecommands)")
|
|
|
|
|
2016-06-12 19:15:40 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_remotecommands JSON kdeconnect_remotecommands.json
|
2020-05-26 17:55:47 +01:00
|
|
|
SOURCES remotecommandsplugin.cpp ${debug_file_SRCS}
|
2016-06-12 19:15:40 +01:00
|
|
|
)
|
|
|
|
|
2020-05-26 17:55:47 +01:00
|
|
|
|
2016-06-12 19:15:40 +01:00
|
|
|
target_link_libraries(kdeconnect_remotecommands
|
|
|
|
kdeconnectcore
|
|
|
|
Qt5::DBus
|
2019-03-11 18:14:48 +00:00
|
|
|
)
|