Omit debug versions of imageformat plugins.

This commit is contained in:
klayoutmatthias 2017-08-07 02:15:48 +02:00
parent de11a96065
commit 0ae9c9c9e1
1 changed files with 2 additions and 0 deletions

View File

@ -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