Преглед изворни кода

cmake: Add Qt JPEG/GIF plugins to Windows libraries

derrod пре 4 година
родитељ
комит
c44e225143
1 измењених фајлова са 6 додато и 2 уклоњено
  1. 6 2
      cmake/Modules/CopyMSVCBins.cmake

+ 6 - 2
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")