Merge pull request #3501 from lasconic/mp3-windows

Fix #208006: Add built-in MP3 support for Windows
This commit is contained in:
Nicolas Froment 2018-02-28 08:39:16 +01:00 committed by GitHub
commit f99613fe78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -501,6 +501,11 @@ if (MINGW)
${PROJECT_SOURCE_DIR}/build/qt.conf
DESTINATION bin)
install (FILES
${MINGW_ROOT}/lib/lame_enc.dll
DESTINATION bin
OPTIONAL)
install(FILES
${QT_INSTALL_PREFIX}/plugins/iconengines/qsvgicon.dll
DESTINATION bin/iconengines)