From b73719ed4ec7e64fcd6095353439cfc4d024b8f8 Mon Sep 17 00:00:00 2001 From: Syping Date: Mon, 22 Apr 2019 05:25:28 +0200 Subject: [PATCH] add WindowsVista style --- .ci/gta5view.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/gta5view.nsi b/.ci/gta5view.nsi index 5cb7f57..0b381a7 100644 --- a/.ci/gta5view.nsi +++ b/.ci/gta5view.nsi @@ -142,6 +142,7 @@ File "/opt/windev/qt64d-latest/plugins/platforms/qwindows.dll" SetOutPath "$INSTDIR\styles" File "/opt/windev/qt64d-latest/plugins/styles/qcleanlooksstyle.dll" File "/opt/windev/qt64d-latest/plugins/styles/qplastiquestyle.dll" +File "/opt/windev/qt64d-latest/plugins/styles/qwindowsvistastyle.dll" SectionEnd ###################################################################### @@ -226,6 +227,7 @@ Delete "$INSTDIR\imageformats\qwebp.dll" Delete "$INSTDIR\platforms\qwindows.dll" Delete "$INSTDIR\styles\qcleanlooksstyle.dll" Delete "$INSTDIR\styles\qplastiquestyle.dll" +Delete "$INSTDIR\styles\qwindowsvistastyle.dll" RmDir "$INSTDIR\lang" RmDir "$INSTDIR\imageformats" RmDir "$INSTDIR\platforms"