From a6d0d7ea92b686fc102b05970830ee11fc51e47b Mon Sep 17 00:00:00 2001 From: Eugene Chornyi Date: Sun, 26 May 2024 09:35:10 +0200 Subject: [PATCH] Wininstaller Qt6.7 changed file name --- development/Win32/packaging/installer/src/main.nsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"