1b622de1f1
Summary: Current code only supports one player Test Plan: Run two media sessions. Dbus inspection works fine, UI has some issues with values not updated, but out of scope for this diff Reviewers: #kde_connect, apol Reviewed By: #kde_connect, apol Subscribers: apol, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D12546
7 lines
226 B
CMake
7 lines
226 B
CMake
kdeconnect_add_plugin(kdeconnect_mprisremote JSON kdeconnect_mprisremote.json SOURCES mprisremoteplugin.cpp mprisremoteplayer.cpp)
|
|
|
|
target_link_libraries(kdeconnect_mprisremote
|
|
kdeconnectcore
|
|
Qt5::DBus
|
|
KF5::I18n
|
|
)
|