
########### next target ###############

set(phonon_gstui_PART_SRCS videowidget.cpp backend.cpp )

kde4_automoc(${phonon_gstui_PART_SRCS})

kde4_add_plugin(phonon_gstui ${phonon_gstui_PART_SRCS})


target_link_libraries(phonon_gstui  ${KDE4_KIO_LIBS} ${KDE4_PHONONUI_LIBS}  )

install(TARGETS phonon_gstui  DESTINATION ${PLUGIN_INSTALL_DIR} )


########### install files ###############

