kdeconnect-kde/plugins/photo/CMakeLists.txt
Nicolas Fella dbccc641ed Add plugin for taking photos on remote device
Summary: This plugin sends a request for a photo to the connected device. The device then sends the photo back, currently via the SharePlugin.

Test Plan:
kdeconnect-cli --photo
Check for photo in Downlaods folder

Reviewers: #kde_connect, broulik, albertvaka

Reviewed By: #kde_connect, albertvaka

Subscribers: sredman, albertvaka, apol, ngraham, kdeconnect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D18140
2019-03-04 23:57:08 +01:00

11 lines
238 B
CMake

set(kdeconnect_photo_SRCS
photoplugin.cpp
)
kdeconnect_add_plugin(kdeconnect_photo JSON kdeconnect_photo.json SOURCES ${kdeconnect_photo_SRCS})
target_link_libraries(kdeconnect_photo
kdeconnectcore
Qt5::DBus
KF5::I18n
)