Wininstaller Qt6.7 changed file name

(cherry picked from commit a6d0d7ea92)
This commit is contained in:
Eugene Chornyi 2024-05-26 09:35:10 +02:00
parent 597a453197
commit 6637fa0d32

View File

@ -629,7 +629,8 @@ Section -ProgramFiles
File "${FILES_QT}\bin\platforms\qwindows.dll" File "${FILES_QT}\bin\platforms\qwindows.dll"
SetOutPath "$INSTDIR\bin\styles" 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 # Resources
SetOutPath "$INSTDIR\Resources" SetOutPath "$INSTDIR\Resources"