Add qwindowsvistastyle.dll to nsi
This commit is contained in:
5
dist/windows/strawberry.nsi.in
vendored
5
dist/windows/strawberry.nsi.in
vendored
@@ -296,6 +296,11 @@ Section "Qt image format plugins" imageformats
|
|||||||
File "/oname=qjpeg.dll" "imageformats\qjpeg.dll"
|
File "/oname=qjpeg.dll" "imageformats\qjpeg.dll"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "Qt style plugins" styles
|
||||||
|
SetOutPath "$INSTDIR\styles"
|
||||||
|
File "/oname=qwindowsvistastyle.dll" "styles\qwindowsvistastyle.dll"
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
Section "Gstreamer plugins" gstreamer-plugins
|
Section "Gstreamer plugins" gstreamer-plugins
|
||||||
SetOutPath "$INSTDIR\gstreamer-plugins"
|
SetOutPath "$INSTDIR\gstreamer-plugins"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user