Stable version must use Qt 5.11 for Mac OS X packages to not bring changes to

OS version in requirements between minor versions.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2018-12-11 10:16:28 +02:00
parent 2c2d04191f
commit e8067eb8b3

View File

@ -38,7 +38,8 @@ before_install:
sudo dpkg -i ccache_3.3.4-1_amd64.deb;
else
brew update > /dev/null;
brew install qt5;
brew unlink qt5;
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/56c500b569c724b049be7ab9e12d9693f85522f9/Formula/qt.rb;
chmod -R 755 /usr/local/opt/qt5/*
fi
before_script: