30cffbd96e
BUG: 370919 REVIEW: 129727
8 lines
220 B
CMake
8 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
|
|
)
|