kdeconnect-kde/plugins/mprisremote/CMakeLists.txt
Matthijs Tijink 04d2f51b24 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 23:46:56 +01: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
)