Build Qt project from AppVeyor
Build the Qt project from AppVeyor and the code is:
install: - set QTDIR=C:\Qt\5.5\mingw492_32 - set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin build_script: - qmake QtTest.pro - mingw32-make
To execute the environments are mingw492_32, msvc2013 and msvc2013_64.