dbccc641ed
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
11 lines
238 B
CMake
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
|
|
)
|