1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-23 08:20:01 +01:00

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

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"