058f7c7c90
This way the computer's cursor can be controlled from the device. Keyboard is not yet implemented.
7 lines
212 B
CMake
7 lines
212 B
CMake
kdeconnect_add_plugin(kdeconnect_remotecontrol JSON kdeconnect_remotecontrol.json SOURCES remotecontrolplugin.cpp)
|
|
|
|
target_link_libraries(kdeconnect_remotecontrol
|
|
kdeconnectcore
|
|
Qt5::DBus
|
|
KF5::I18n
|
|
)
|