We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931a3c4 commit 66cb45aCopy full SHA for 66cb45a
1 file changed
appveyor.yml
@@ -2,7 +2,7 @@ version: build{build}
2
3
environment:
4
matrix:
5
- - QT: C:\Qt\5.12\msvc2017_64
+ - QT: C:\Qt\5.12\msvc2015_64
6
GENERATOR: Visual Studio 15 2017 Win64
7
PLATFORM: x64
8
@@ -20,8 +20,8 @@ before_build:
20
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM%
21
- echo %path%
22
- dir C:\Qt\5.12
23
- - dir C:\Qt\5.12\msvc2017_64
24
- - dir C:\Qt\5.12\msvc2017_64\bin
+ - dir C:\Qt\5.12\msvc2015_64
+ - dir C:\Qt\5.12\msvc2015_64\bin
25
- qmake --version
26
- echo %PLATFORM%
27
- cd c:\dev\qhexedit
0 commit comments