Add qwindowsvistastyle.dll to nsi

This commit is contained in:
Jonas Kvinge
2020-01-15 01:27:14 +01:00
parent bfb93ac6ed
commit 032ddabc06

View File

@@ -296,6 +296,11 @@ Section "Qt image format plugins" imageformats
File "/oname=qjpeg.dll" "imageformats\qjpeg.dll"
SectionEnd
Section "Qt style plugins" styles
SetOutPath "$INSTDIR\styles"
File "/oname=qwindowsvistastyle.dll" "styles\qwindowsvistastyle.dll"
SectionEnd
Section "Gstreamer plugins" gstreamer-plugins
SetOutPath "$INSTDIR\gstreamer-plugins"