2023-07-20 14:31:40 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_remotekeyboard SOURCES remotekeyboardplugin.cpp)
|
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
|
|
|
)
|