Skip to content

Commit

Permalink
[AppVeyor] Use Qt 5.12.3 for creating installers
Browse files Browse the repository at this point in the history
Qt 5.11 has worked well for El-MAVEN for the past few releases,
except v0.8.0 where moving to Qt 5.12.4 had brought in some more
than tolerable UI issues. However, x64 MinGW builds for Qt 5.11
are no longer available on AppVeyor build images. Fortunately,
these issues are not present in 5.12.3 . For the next release,
therefore, El-MAVEN will revert to using Qt 5.12.3 as its UI
framework. This change (and the issues) are only applicable to
automated installers generated for the Windows platform (upgrade
never happened for Linux or Mac OS).

Issue: #1140
(cherry picked from commit b984f73)
  • Loading branch information
saif-el committed Oct 14, 2019
1 parent 38a2c8e commit b5ffcdc
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 @@ -27,7 +27,7 @@ cache:
- C:\msys64\var\cache\pacman\pkg

install:
- SET "PATH=C:\Qt\5.12.4\mingw73_64\bin;C:\%MSYS2_DIR%\%MSYSTEM%\bin;C:\%MSYS2_DIR%\usr\bin;%PATH%"
- SET "PATH=C:\Qt\5.12.3\mingw73_64\bin;C:\%MSYS2_DIR%\%MSYSTEM%\bin;C:\%MSYS2_DIR%\usr\bin;%PATH%"

- bash -lc "pacman -S --needed --noconfirm mingw64/mingw-w64-x86_64-hdf5 mingw64/mingw-w64-x86_64-netcdf mingw64/mingw-w64-x86_64-boost"

Expand Down

0 comments on commit b5ffcdc

Please sign in to comment.