FILE(GLOB _oggfile "*.ogg" )
install(
    FILES ${_oggfile}
    DESTINATION  ${KDE4_SOUND_INSTALL_DIR}
)
