kdeconnect-kde/plugins/remotecommands/CMakeLists.txt
2019-03-11 19:14:48 +01:00

8 lines
211 B
CMake

kdeconnect_add_plugin(kdeconnect_remotecommands JSON kdeconnect_remotecommands.json
SOURCES remotecommandsplugin.cpp
)
target_link_libraries(kdeconnect_remotecommands
kdeconnectcore
Qt5::DBus
)