Skip to content

Commit 09acae3

Browse files
committed
AppVeyor update
1 parent 5070424 commit 09acae3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
before_build:
2-
- set PATH=C:\Qt\Tools\mingw530_32\bin;C:\Qt\5.9.5\msvc2015\bin;%PATH%
2+
- set PATH=C:\Qt\5.9.5\msvc2015\bin;%PATH%
3+
- "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
34

45
build_script:
56
- chdir %APPVEYOR_BUILD_FOLDER%\src
6-
- qmake peb.pro
7+
- qmake -tp vc peb.pro
78
- nmake

0 commit comments

Comments
 (0)