delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / phonon / kcm / xine / CMakeLists.txt
blobf4c68cfaab695e138e3a214aa437c077bf30beb3
1 find_package(Xine)
3 if(XINE_FOUND)
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})
14 endif(XINE_FOUND)