kdeconnect-kde/plugins/systemvolume/CMakeLists.txt
Nicolas Fella 02e52b787b Add systemvolume plugin
Summary: This plugin allows controlling the system value from a remote device.

Test Plan: Apply Android patch, open up MPRIS Activity and play with the slider

Reviewers: #kde_connect, mtijink, albertvaka

Reviewed By: #kde_connect, albertvaka

Subscribers: kdeconnect, apol, zhigalin, albertvaka, davidedmundson, mtijink, #kde_connect

Tags: #kde_connect

Maniphest Tasks: T4659

Differential Revision: https://phabricator.kde.org/D7992
2018-07-27 09:22:44 +02:00

11 lines
288 B
CMake

set(kdeconnect_systemvolume_SRCS
systemvolumeplugin.cpp
)
kdeconnect_add_plugin(kdeconnect_systemvolume JSON kdeconnect_systemvolume.json SOURCES ${kdeconnect_systemvolume_SRCS})
target_link_libraries(kdeconnect_systemvolume
kdeconnectcore
Qt5::Core
KF5::PulseAudioQt
)