9 lines
220 B
CMake
9 lines
220 B
CMake
|
kdeconnect_add_plugin(kdeconnect_remotekeyboard JSON kdeconnect_remotekeyboard.json
|
||
|
SOURCES remotekeyboardplugin.cpp)
|
||
|
|
||
|
target_link_libraries(kdeconnect_remotekeyboard
|
||
|
kdeconnectcore
|
||
|
KF5::I18n
|
||
|
Qt5::DBus
|
||
|
)
|