diff --git a/install-dlls-msys2-mingw.sh b/install-dlls-msys2-mingw.sh index 2875bf84..6c167d2d 100644 --- a/install-dlls-msys2-mingw.sh +++ b/install-dlls-msys2-mingw.sh @@ -72,6 +72,7 @@ cd $MINGWDIR for EXTRAPATH in \ './share/qt5/plugins/imageformats/*.dll' \ './share/qt5/plugins/platforms/*.dll' \ + './share/qt5/plugins/styles/*.dll' \ ; do cp --parent -v `find $EXTRAPATH -type f` "$INSTALLDIR" done