From 2da42e3bd87ea15a7a85b83d72d27d7580748570 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 23 May 2024 15:51:54 +0200 Subject: [PATCH] Build kiwix-desktop on Windows using Qt 6.7 --- appveyor/install_kiwix-desktop.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor/install_kiwix-desktop.cmd b/appveyor/install_kiwix-desktop.cmd index 4a331f9..b6bc18b 100644 --- a/appveyor/install_kiwix-desktop.cmd +++ b/appveyor/install_kiwix-desktop.cmd @@ -10,9 +10,9 @@ IF %KIWIX_DESKTOP_RELEASE% 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 ( - 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"