kdeconnect-kde/plugins/mprisremote/CMakeLists.txt
Matthijs Tijink f7b7cdbfd5 Adds an MPRIS server for controlling other device's MPRIS services
By creating a DBus connection per player, we are able to support
multiple remote players.

The album art is not yet supported.
2020-03-15 22:38:03 +00:00

6 lines
286 B
CMake

kdeconnect_add_plugin(kdeconnect_mprisremote JSON kdeconnect_mprisremote.json SOURCES mprisremoteplugin.cpp mprisremoteplayer.cpp mprisremoteplayermediaplayer2.cpp mprisremoteplayermediaplayer2player.cpp)
target_link_libraries(kdeconnect_mprisremote
kdeconnectcore
Qt5::DBus
)