mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
Use Qt 5.15 on Appveyor.
This commit is contained in:
parent
ed999d61af
commit
adf0c52f6c
@ -10,9 +10,9 @@ IF %KIWIX_DESKTOP_RELEASE% EQU 1 (
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
IF %_WITH_CONSOLE% EQU 1 (
|
IF %_WITH_CONSOLE% EQU 1 (
|
||||||
C:\Qt\5.12\msvc2017_64\bin\qmake.exe "CONFIG+=static console" || exit /b 1
|
C:\Qt\5.15\msvc2019_64\bin\qmake.exe "CONFIG+=static console" || exit /b 1
|
||||||
) else (
|
) else (
|
||||||
C:\Qt\5.12\msvc2017_64\bin\qmake.exe "CONFIG+=static" || exit /b 1
|
C:\Qt\5.15\msvc2019_64\bin\qmake.exe "CONFIG+=static" || exit /b 1
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "Running fix_desktop"
|
echo "Running fix_desktop"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user