cmake: Add Qt JPEG/GIF plugins to Windows libraries

This commit is contained in:
derrod 2021-09-12 11:59:54 +02:00
parent 39bbbb41dc
commit c44e225143

View File

@ -173,7 +173,9 @@ file(GLOB QT_DEBUG_STYLES_BIN_FILES
file(GLOB QT_DEBUG_ICONENGINE_BIN_FILES
"${Qt5Core_DIR}/../../../plugins/iconengines/qsvgicond.dll")
file(GLOB QT_DEBUG_IMAGEFORMATS_BIN_FILES
"${Qt5Core_DIR}/../../../plugins/imageformats/qsvgd.dll")
"${Qt5Core_DIR}/../../../plugins/imageformats/qsvgd.dll"
"${Qt5Core_DIR}/../../../plugins/imageformats/qgifd.dll"
"${Qt5Core_DIR}/../../../plugins/imageformats/qjpegd.dll")
file(GLOB QT_BIN_FILES
@ -192,7 +194,9 @@ file(GLOB QT_STYLES_BIN_FILES
file(GLOB QT_ICONENGINE_BIN_FILES
"${Qt5Core_DIR}/../../../plugins/iconengines/qsvgicon.dll")
file(GLOB QT_IMAGEFORMATS_BIN_FILES
"${Qt5Core_DIR}/../../../plugins/imageformats/qsvg.dll")
"${Qt5Core_DIR}/../../../plugins/imageformats/qsvg.dll"
"${Qt5Core_DIR}/../../../plugins/imageformats/qgif.dll"
"${Qt5Core_DIR}/../../../plugins/imageformats/qjpeg.dll")
file(GLOB QT_ICU_BIN_FILES
"${Qt5Core_DIR}/../../../bin/icu*.dll")