Skip to content

Commit

Permalink
Update .appveyor.yml from QT v6.1 --> v6.5
Browse files Browse the repository at this point in the history
Looks like AppVeyor dropped support for v6.1 QT as shown in https://www.appveyor.com/docs/windows-images-software/

Update to latest QT version
  • Loading branch information
mofosyne authored and thiagomacieira committed Oct 27, 2023
1 parent 04b306c commit 8b3e97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
- cmd: >-
if /i "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" (call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86) & (set QTDIR=C:\Qt\5.13\msvc2017)
if /i "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64) & (set QTDIR=C:\Qt\6.1\msvc2019_64)
if /i "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64) & (set QTDIR=C:\Qt\6.5\msvc2019_64)
set path=%PATH%;%QTDIR%\bin
build_script:
Expand Down

0 comments on commit 8b3e97d

Please sign in to comment.