set(kcmphonongst_SRCS gstoptions.cpp)
kde4_add_ui_files(kcmphonongst_SRCS gstoptions.ui)
kde4_automoc(${kcmphonongst_SRCS})

kde4_add_plugin(kcm_phonongst ${kcmphonongst_SRCS})
target_link_libraries(kcm_phonongst ${KDE4_KDEUI_LIBS})
install(TARGETS kcm_phonongst DESTINATION ${PLUGIN_INSTALL_DIR})

install(FILES kcm_phonongst.desktop DESTINATION ${SERVICES_INSTALL_DIR})