Skip to content

Commit

Permalink
Added QMAKESPEC=win32-g++ for windows mingw build #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mxklb committed Oct 13, 2018
1 parent 8bb8cbe commit af60141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ install:

build_script:
- if [%tbs_tools%]==[msvc14] if [%tbs_arch%]==[x64] SET PATH=%PATH%;C:\Qt\5.9\msvc2015\bin;
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x32] SET QMAKESPEC=win32-g++
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x32] SET PATH=%PATH%;C:\Qt\Tools\mingw530_32\bin;C:\Qt\5.9.5\mingw53_32\bin;
- echo "catchTests=false" > globals.pri
- qmake cuteproject.pro -r CONFIG+=%BUILD_TYPE%
Expand Down

0 comments on commit af60141

Please sign in to comment.