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