We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1313d4d commit 931a3c4Copy full SHA for 931a3c4
1 file changed
appveyor.yml
@@ -18,6 +18,10 @@ before_build:
18
- dir "C:\Program Files (x86)\Microsoft Visual Studio 14.0"
19
- dir "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC"
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
25
- qmake --version
26
- echo %PLATFORM%
27
- cd c:\dev\qhexedit
0 commit comments