Specify Qt version in TravisCI build script

In homebrew `qt` package is referring to Qt6 instead of Qt5.
This commit is contained in:
Chocobo1 2021-03-05 20:37:52 +08:00
parent 891a24c6ba
commit 89807fb55f
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -106,8 +106,8 @@ install:
brew update > /dev/null
brew upgrade cmake
brew install ccache colormake boost openssl qt zlib
brew link --force qt zlib
brew install ccache colormake boost openssl qt@5 zlib
brew link --force qt@5 zlib
if [ "$build_system" = "cmake" ]; then
sudo ln -s /usr/local/opt/qt/mkspecs /usr/local/mkspecs