2013-08-13 05:35:58 +01:00
|
|
|
set(kdeconnect_mpriscontrol_SRCS
|
|
|
|
mpriscontrolplugin.cpp
|
|
|
|
)
|
|
|
|
|
2014-06-16 19:02:07 +01:00
|
|
|
qt5_add_dbus_interface(
|
2013-08-13 05:35:58 +01:00
|
|
|
kdeconnect_mpriscontrol_SRCS
|
|
|
|
mprisdbusinterface.xml
|
|
|
|
mprisdbusinterface
|
|
|
|
)
|
|
|
|
|
2014-06-16 19:02:07 +01:00
|
|
|
qt5_add_dbus_interface(
|
2013-08-13 05:35:58 +01:00
|
|
|
kdeconnect_mpriscontrol_SRCS
|
|
|
|
propertiesInterface.xml
|
|
|
|
propertiesdbusinterface
|
|
|
|
)
|
|
|
|
|
2015-03-19 15:36:53 +00:00
|
|
|
kdeconnect_add_plugin(kdeconnect_mpriscontrol JSON kdeconnect_mpriscontrol.json SOURCES ${kdeconnect_mpriscontrol_SRCS})
|
2013-08-13 05:35:58 +01:00
|
|
|
|
2016-06-16 09:19:38 +01:00
|
|
|
target_link_libraries(kdeconnect_mpriscontrol Qt5::DBus kdeconnectcore Qt5::Gui)
|