Install windows style plugin

Fixes #6523
This commit is contained in:
John Maguire 2020-04-12 21:20:46 +01:00
parent ae1a99d90c
commit b0c92ae784
1 changed files with 6 additions and 0 deletions

View File

@ -413,6 +413,12 @@ Section "Qt platform plugins" platforms
File "/oname=qwindows.dll" "platforms\qwindows.dll"
SectionEnd
Section "Qt style plugins" styles
SetOutPath "$INSTDIR\styles"
File "/oname=qwindowsvistastyle.dll" "styles\qwindowsvistastyle.dll"
SectionEnd
Section "GIO modules" gio-modules
SetOutPath "$INSTDIR\gio-modules"