2013-08-13 05:35:58 +01:00
|
|
|
set(kdeconnect_mpriscontrol_SRCS
|
|
|
|
mpriscontrolplugin.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
qt4_add_dbus_interface(
|
|
|
|
kdeconnect_mpriscontrol_SRCS
|
|
|
|
mprisdbusinterface.xml
|
|
|
|
mprisdbusinterface
|
|
|
|
)
|
|
|
|
|
|
|
|
qt4_add_dbus_interface(
|
|
|
|
kdeconnect_mpriscontrol_SRCS
|
|
|
|
propertiesInterface.xml
|
|
|
|
propertiesdbusinterface
|
|
|
|
)
|
|
|
|
|
|
|
|
kde4_add_plugin(kdeconnect_mpriscontrol ${kdeconnect_mpriscontrol_SRCS})
|
|
|
|
|
2014-06-14 13:31:31 +01:00
|
|
|
target_link_libraries(kdeconnect_mpriscontrol 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} )
|
|
|
|
|