install share/qt5/plugins/styles/qwindowsvistastyle.dll for native look'n'feel in Windows with 'Default' theme
This commit is contained in:
parent
4b58cc3f83
commit
4e1c8adbff
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user