Skip to content

Commit

Permalink
Appveyor: Add Qt 5.7 build for Windows XP
Browse files Browse the repository at this point in the history
Qt doesn't support Windows XP anymore and Qt 5.8 and up doesn't work
well with the OS.
  • Loading branch information
hluk committed Jul 7, 2017
1 parent 6b0b5b8 commit 829ff28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ environment:
CMAKE_GENERATOR: MinGW Makefiles
MINGW_PATH: C:\Qt\Tools\mingw530_32

- QTDIR: C:\Qt\5.7\mingw53_32
CMAKE_GENERATOR: MinGW Makefiles
MINGW_PATH: C:\Qt\Tools\mingw530_32

- QTDIR: C:\Qt\5.9\msvc2015
CMAKE_GENERATOR: Visual Studio 14 2015
VC_VARS_ARCH: x86
Expand Down

0 comments on commit 829ff28

Please sign in to comment.