4 set(kcmphononxine_SRCS xineoptions.cpp)
5 kde4_add_ui_files(kcmphononxine_SRCS xineoptions.ui)
7 include_directories(${XINE_INCLUDE_DIR})
9 kde4_add_plugin(kcm_phononxine ${kcmphononxine_SRCS})
10 target_link_libraries(kcm_phononxine ${KDE4_KDEUI_LIBS} ${XINE_LIBRARY})
11 install(TARGETS kcm_phononxine DESTINATION ${PLUGIN_INSTALL_DIR})
13 install(FILES kcm_phononxine.desktop DESTINATION ${SERVICES_INSTALL_DIR})