install share/qt5/plugins/styles/qwindowsvistastyle.dll for native look'n'feel in Windows with 'Default' theme

This commit is contained in:
Garux 2023-07-24 13:58:29 +06:00
parent 4b58cc3f83
commit 4e1c8adbff

View File

@ -72,6 +72,7 @@ cd $MINGWDIR
for EXTRAPATH in \ for EXTRAPATH in \
'./share/qt5/plugins/imageformats/*.dll' \ './share/qt5/plugins/imageformats/*.dll' \
'./share/qt5/plugins/platforms/*.dll' \ './share/qt5/plugins/platforms/*.dll' \
'./share/qt5/plugins/styles/*.dll' \
; do ; do
cp --parent -v `find $EXTRAPATH -type f` "$INSTALLDIR" cp --parent -v `find $EXTRAPATH -type f` "$INSTALLDIR"
done done