From 0ae9c9c9e1d289063aac736a33cf7a811e38fa3f Mon Sep 17 00:00:00 2001 From: klayoutmatthias Date: Mon, 7 Aug 2017 02:15:48 +0200 Subject: [PATCH] Omit debug versions of imageformat plugins. --- scripts/deploy-win-mingw.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/deploy-win-mingw.sh b/scripts/deploy-win-mingw.sh index bd830b628..11485367a 100644 --- a/scripts/deploy-win-mingw.sh +++ b/scripts/deploy-win-mingw.sh @@ -98,6 +98,8 @@ fi echo "Installing image format plugins .." cp -R $mingw_inst/share/qt5/plugins/imageformats $target +# remove the debug versions - otherwise they pull in the debug Qt libs +rm $target/imageformats/*d.dll # ---------------------------------------------------------- # Ruby dependencies