Skip to content

Commit

Permalink
using mingw53_32 for Qt 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Dec 11, 2018
1 parent 1ef2e2a commit a792f68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ skip_tags: true

environment:
global:
qtdir57: C:\Qt\5.7\msvc2015
qtdir57: C:\Qt\5.7\mingw53_32
qtdir59: C:\Qt\latest\mingw53_32

matrix:
# Qt 5.10
- qtdir: "C:\\Qt\\latest\\mingw53_32"
# Qt 5.7 (for Windows XP)
- qtdir: "C:\\Qt\\5.7\\msvc2015"
- qtdir: "C:\\Qt\\5.7\\mingw53_32"

matrix:
allow_failures:
- qtdir: "C:\\Qt\\5.7\\msvc2015"
- qtdir: "C:\\Qt\\5.7\\mingw53_32"

install:
# Qt-versions: https://www.appveyor.com/docs/build-environment/#qt
Expand Down

0 comments on commit a792f68

Please sign in to comment.