e66096d05a
Right now we only support album art if the player provides a local URL, but some players provide a remote URL (spotify) I'll be adding support for that in a later patch. REVIEW: 128199
19 lines
487 B
CMake
19 lines
487 B
CMake
set(kdeconnect_mpriscontrol_SRCS
|
|
mpriscontrolplugin.cpp
|
|
)
|
|
|
|
qt5_add_dbus_interface(
|
|
kdeconnect_mpriscontrol_SRCS
|
|
mprisdbusinterface.xml
|
|
mprisdbusinterface
|
|
)
|
|
|
|
qt5_add_dbus_interface(
|
|
kdeconnect_mpriscontrol_SRCS
|
|
propertiesInterface.xml
|
|
propertiesdbusinterface
|
|
)
|
|
|
|
kdeconnect_add_plugin(kdeconnect_mpriscontrol JSON kdeconnect_mpriscontrol.json SOURCES ${kdeconnect_mpriscontrol_SRCS})
|
|
|
|
target_link_libraries(kdeconnect_mpriscontrol Qt5::DBus kdeconnectcore Qt5::Gui)
|