We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317731d commit edaa684Copy full SHA for edaa684
CREDITS.md
@@ -245,5 +245,5 @@ https://github.com/github/linguist#overrides
245
http://stackoverflow.com/questions/25737062/travis-ci-for-a-qt5-project
246
247
## AppVeyor
248
-https://www.appveyor.com/docs/
249
-http://stackoverflow.com/questions/26586006/build-qt-project-from-appveyor
+https://www.appveyor.com/docs/build-environment/#qt
+https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/nmake-fatal-error-u1077
appveyor.yml
@@ -1,5 +1,5 @@
1
before_build:
2
- - set PATH=C:\Qt\5.6.3\msvc2013\bin;%PATH%
+ - set PATH=C:\Qt\5.10.1\msvc2015\bin;%PATH%
3
- call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat"
4
5
build_script:
0 commit comments