mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Fix Qt version in AppVeyor
This commit is contained in:
parent
cfc5f78c92
commit
5a0bf9c938
@ -16,9 +16,9 @@ branches:
|
||||
environment:
|
||||
PYTHON: 'C:\Python36-x64'
|
||||
NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip
|
||||
QTDIR: 'C:\Qt\5.9.1\msvc2015_64'
|
||||
QT32PATH: 'C:\Qt\5.9.1\msvc2015'
|
||||
QT64PATH: 'C:\Qt\5.9.1\msvc2015_64'
|
||||
QTDIR: 'C:\Qt\5.9.2\msvc2015_64'
|
||||
QT32PATH: 'C:\Qt\5.9.2\msvc2015'
|
||||
QT64PATH: 'C:\Qt\5.9.2\msvc2015_64'
|
||||
VSVARSALLPATH: 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat'
|
||||
matrix:
|
||||
- BITS: 32
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
echo Setting path
|
||||
if "%OLDPATH%"=="" set OLDPATH=%PATH%
|
||||
if "%QT32PATH%"=="" set QT32PATH=C:\Qt\5.9.1\msvc2015
|
||||
if "%QT64PATH%"=="" set QT64PATH=C:\Qt\5.9.1\msvc2015_64
|
||||
if "%QT32PATH%"=="" set QT32PATH=C:\Qt\5.9.2\msvc2015
|
||||
if "%QT64PATH%"=="" set QT64PATH=C:\Qt\5.9.2\msvc2015_64
|
||||
if "%VSVARSALLPATH%"=="" set VSVARSALLPATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat
|
||||
|
||||
if "%1"=="32" (
|
||||
@ -40,4 +40,4 @@ cd ..
|
||||
:restorepath
|
||||
echo Restoring path
|
||||
set PATH=%OLDPATH%
|
||||
set OLDPATH=
|
||||
set OLDPATH=
|
||||
|
Loading…
Reference in New Issue
Block a user