Try another way to get newest version of Qt.
--HG-- branch : develop
This commit is contained in:
parent
3aa9ab3875
commit
843ff594e3
|
@ -62,8 +62,8 @@ before_install:
|
||||||
else
|
else
|
||||||
brew update > /dev/null;
|
brew update > /dev/null;
|
||||||
if [[ "$LEGACY" = false ]]; then
|
if [[ "$LEGACY" = false ]]; then
|
||||||
brew uninstall qt5;
|
|
||||||
brew install qt5;
|
brew install qt5;
|
||||||
|
brew upgrade qt5;
|
||||||
else
|
else
|
||||||
unset SSL_CERT_FILE;
|
unset SSL_CERT_FILE;
|
||||||
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/20544ac8e68ef3523f92e15f432bbaf9a6aa2c22/qt5.rb;
|
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/20544ac8e68ef3523f92e15f432bbaf9a6aa2c22/qt5.rb;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user