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
|
|
|
|
)
|
|
|
|
|
2014-06-16 19:02:07 +01:00
|
|
|
add_library(kdeconnect_mpriscontrol MODULE ${kdeconnect_mpriscontrol_SRCS})
|
2013-08-13 05:35:58 +01:00
|
|
|
|
2014-09-22 01:37:10 +01:00
|
|
|
target_link_libraries(kdeconnect_mpriscontrol Qt5::DBus KF5::Service kdeconnectcore)
|
2013-08-13 05:35:58 +01:00
|
|
|
|
|
|
|
install(TARGETS kdeconnect_mpriscontrol DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
install(FILES kdeconnect_mpriscontrol.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
|
|
|
|