We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110769d commit bbf88b4Copy full SHA for bbf88b4
appveyor.yml
@@ -2,7 +2,7 @@ version: build{build}
2
3
environment:
4
matrix:
5
- - QT: C:\Qt\5.12\msvc2015
+ - QT: C:\Qt\5.11\msvc2015
6
GENERATOR: Visual Studio 14 2015
7
PLATFORM: x86
8
- QT: C:\Qt\5.12\msvc2015_64
@@ -14,7 +14,7 @@ clone_depth: 5
14
15
install:
16
- dir C:\Qt
17
- - dir C:\Qt\5.12
+ - dir C:\Qt\5.11
18
- set PATH=%QT%\bin\;C:\Qt\Tools\QtCreator\bin\;%PATH%
19
20
before_build:
0 commit comments