Skip to content

Commit

Permalink
Set qt_version to 5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Dec 23, 2019
1 parent f40b411 commit 3bb28fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ environment:
GOROOT: C:\go
QT5_BASE_DIR: C:/Qt/5.13.0/msvc2017
QT_DIR: C:/Qt
QT_QMAKE_DIR: C:/Qt/5.13.0/mingw73_64/bin
QT_VERSION: 5.13
QT_QMAKE_DIR: C:/Qt/5.13/mingw73_64/bin

install:
- set "PATH=C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH%"
Expand All @@ -20,7 +21,7 @@ install:
- echo %GOPATH%
- go version
- go env
- bash -c "ls C:/Qt"
- bash -c "ls C:/Qt/5.13"
- choco install make -y
- make install-deps-Windows
- make install-linters
Expand Down

0 comments on commit 3bb28fb

Please sign in to comment.