1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-10 17:13:39 +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" File "/oname=qwindows.dll" "platforms\qwindows.dll"
SectionEnd SectionEnd
Section "Qt style plugins" styles
SetOutPath "$INSTDIR\styles"
File "/oname=qwindowsvistastyle.dll" "styles\qwindowsvistastyle.dll"
SectionEnd
Section "GIO modules" gio-modules Section "GIO modules" gio-modules
SetOutPath "$INSTDIR\gio-modules" SetOutPath "$INSTDIR\gio-modules"