From c44e2251436a99afc00c305d2ec65c530cf94745 Mon Sep 17 00:00:00 2001 From: derrod Date: Sun, 12 Sep 2021 11:59:54 +0200 Subject: [PATCH] cmake: Add Qt JPEG/GIF plugins to Windows libraries --- cmake/Modules/CopyMSVCBins.cmake | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cmake/Modules/CopyMSVCBins.cmake b/cmake/Modules/CopyMSVCBins.cmake index 24b40aae9..1ef963b46 100644 --- a/cmake/Modules/CopyMSVCBins.cmake +++ b/cmake/Modules/CopyMSVCBins.cmake @@ -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")