Skip to content

Commit

Permalink
Added additonal qmake for minGW builds #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mxklb committed Oct 27, 2018
1 parent aa78253 commit 040789a
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 @@ -36,6 +36,7 @@ build_script:
- echo "catchTests=false" > globals.pri
- qmake cuteproject.pro -r CONFIG+=%BUILD_TYPE%
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x32] jom distclean
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x32] qmake cuteproject.pro -r CONFIG+=%BUILD_TYPE%
- jom
- jom clean

Expand Down

0 comments on commit 040789a

Please sign in to comment.