Skip to content

Commit

Permalink
Switching to new Qt in appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Feb 4, 2024
1 parent 20280ff commit a99b172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ cache:
# check https://www.appveyor.com/docs/windows-images-software for updates
install:
# QT used by: MF 1.55.*- (VS 2017 - change ABOVE if switching Qt)
- set QT_DIR=C:\Qt\5.9.9\msvc2017_64
# - set QT_DIR=C:\Qt\5.9.9\msvc2017_64
# - set C:\Qt\5.12.6\msvc2017_64
# - set QT_DIR=C:\Qt\5.15.2\msvc2019_64
- set QT_DIR=C:\Qt\5.15.2\msvc2019_64
# - set QT_DIR=C:\Qt\5.9.7\msvc2017_64
- set PATH=%PATH%;%QT_DIR%\bin
- set M8R_HOME=%APPVEYOR_BUILD_FOLDER%
Expand Down

0 comments on commit a99b172

Please sign in to comment.