kdeconnect-kde/plugins/remotecommands/CMakeLists.txt
Aleix Pol bdff499965 Remote Commands plugin
Allows executing remote plugins from this client

Reviewed by Albert Vaca
2016-06-12 20:16:58 +02:00

8 lines
220 B
CMake

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