Skip to content

Commit edaa684

Browse files
committed
AppVeyor update
1 parent 317731d commit edaa684

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CREDITS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,5 +245,5 @@ https://github.com/github/linguist#overrides
245245
http://stackoverflow.com/questions/25737062/travis-ci-for-a-qt5-project
246246

247247
## AppVeyor
248-
https://www.appveyor.com/docs/
249-
http://stackoverflow.com/questions/26586006/build-qt-project-from-appveyor
248+
https://www.appveyor.com/docs/build-environment/#qt
249+
https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/nmake-fatal-error-u1077

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
before_build:
2-
- set PATH=C:\Qt\5.6.3\msvc2013\bin;%PATH%
2+
- set PATH=C:\Qt\5.10.1\msvc2015\bin;%PATH%
33
- call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat"
44

55
build_script:

0 commit comments

Comments
 (0)