diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 007e75567..804e50018 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -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"