Skip to content

Commit

Permalink
Switched to Qt 5.6.3 & minGW 4.9 at appvoyer #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mxklb committed Oct 31, 2018
1 parent c9da007 commit 3ad9e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ branches:
init:
- set BUILD_TYPE=release
- set PATH=%PATH%;C:\Qt\Tools\QtCreator\bin;
- 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;
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x32] set PATH=%PATH%;C:\Qt\Tools\mingw492_32\bin;C:\Qt\5.6.3\mingw49_32\bin;
- if [%tbs_tools%]==[msvc14] if [%tbs_arch%]==[x64] call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
- if [%tbs_tools%]==[msvc14] if [%tbs_arch%]==[x64] set PATH=%PATH%;C:\Qt\5.9\msvc2015\bin;

Expand Down

0 comments on commit 3ad9e9d

Please sign in to comment.