2023-07-20 14:31:40 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_remotecommands SOURCES remotecommandsplugin.cpp)
|
2016-06-12 19:15:40 +01:00
|
|
|
target_link_libraries(kdeconnect_remotecommands
|
|
|
|
kdeconnectcore
|
2023-07-21 11:24:13 +01:00
|
|
|
Qt::DBus
|
2023-07-20 14:31:40 +01:00
|
|
|
)
|