2023-07-20 14:31:40 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_remotekeyboard SOURCES remotekeyboardplugin.cpp)
|
|
|
|
|
|
|
|
ecm_qt_declare_logging_category(kdeconnect_remotekeyboard
|
|
|
|
HEADER plugin_remotekeyboard_debug.h
|
2020-05-26 17:55:47 +01:00
|
|
|
IDENTIFIER KDECONNECT_PLUGIN_REMOTEKEYBOARD CATEGORY_NAME kdeconnect.plugin.remotekeyboard
|
|
|
|
DEFAULT_SEVERITY Warning
|
|
|
|
EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (plugin remotekeyboard)")
|
|
|
|
|
2017-01-23 08:08:27 +00:00
|
|
|
target_link_libraries(kdeconnect_remotekeyboard
|
|
|
|
kdeconnectcore
|
2022-10-29 15:51:41 +01:00
|
|
|
Qt::DBus
|
2017-01-23 08:08:27 +00:00
|
|
|
)
|