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 0d8225e commit 2992aa9Copy full SHA for 2992aa9
appveyor.yml
@@ -2,6 +2,6 @@ install:
2
- set QTDIR=C:\Qt\5.5\mingw492_32
3
- set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin
4
build_script:
5
- - chdir APPVEYOR_BUILD_FOLDER\src
+ - chdir %APPVEYOR_BUILD_FOLDER%\src
6
- qmake peb.pro
7
- mingw32-make
0 commit comments