From 4e1c8adbffe5b12f5e663d1dc4bd94bbffefcbb6 Mon Sep 17 00:00:00 2001 From: Garux Date: Mon, 24 Jul 2023 13:58:29 +0600 Subject: [PATCH] install share/qt5/plugins/styles/qwindowsvistastyle.dll for native look'n'feel in Windows with 'Default' theme --- install-dlls-msys2-mingw.sh | 1 + 1 file changed, 1 insertion(+) 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