[LyX/master] Wininstaller Qt6.7 changed file name

Pavel Sanda sanda at lyx.org
Sun May 26 08:07:21 UTC 2024


On Sun, May 26, 2024 at 07:35:16AM +0000, Eugene Chornyi wrote:
> commit a6d0d7ea92b686fc102b05970830ee11fc51e47b
> Author: Eugene Chornyi <yu_jin at lyx.org>
> Date:   Sun May 26 09:35:10 2024 +0200
> 
>     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"

I guess it would make sense to document in INSTALL.Win32
what combination of Qt and MSVC the build was tested and works?

Pavel


More information about the lyx-devel mailing list