Build kiwix-desktop on Windows using Qt 6.7

This commit is contained in:
Matthieu Gautier 2024-05-23 15:51:54 +02:00
parent 6fe504325c
commit 2da42e3bd8
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ IF %KIWIX_DESKTOP_RELEASE% EQU 1 (
) )
) )
IF %_WITH_CONSOLE% EQU 1 ( IF %_WITH_CONSOLE% EQU 1 (
C:\Qt\5.15\msvc2019_64\bin\qmake.exe "CONFIG+=static console" || exit /b 1 C:\Qt\6.7\msvc2019_64\bin\qmake.exe "CONFIG+=static console" || exit /b 1
) else ( ) else (
C:\Qt\5.15\msvc2019_64\bin\qmake.exe "CONFIG+=static" || exit /b 1 C:\Qt\6.7\msvc2019_64\bin\qmake.exe "CONFIG+=static" || exit /b 1
) )
echo "Running fix_desktop" echo "Running fix_desktop"