From: Eugene Chornyi Date: Sun, 26 May 2024 07:35:10 +0000 (+0200) Subject: Wininstaller Qt6.7 changed file name X-Git-Tag: 2.4.0^0 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6637fa0d329d23927b17af730bb4020f8ff9bc57;p=lyx.git Wininstaller Qt6.7 changed file name (cherry picked from commit a6d0d7ea92b686fc102b05970830ee11fc51e47b) --- diff --git a/development/Win32/packaging/installer/src/main.nsh b/development/Win32/packaging/installer/src/main.nsh index b3713862d1..5062267720 100644 --- a/development/Win32/packaging/installer/src/main.nsh +++ b/development/Win32/packaging/installer/src/main.nsh @@ -629,7 +629,8 @@ Section -ProgramFiles File "${FILES_QT}\bin\platforms\qwindows.dll" SetOutPath "$INSTDIR\bin\styles" - File "${FILES_QT}\bin\styles\qwindowsvistastyle.dll" + File /nonfatal "${FILES_QT}\bin\styles\qwindowsvistastyle.dll" + File /nonfatal "${FILES_QT}\bin\styles\qmodernwindowsstyle.dll" # Resources SetOutPath "$INSTDIR\Resources"