Force installing the latest Qt version.
--HG-- branch : develop
This commit is contained in:
parent
5658e0b0d5
commit
3aa9ab3875
|
@ -62,6 +62,7 @@ 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;
|
||||||
else
|
else
|
||||||
unset SSL_CERT_FILE;
|
unset SSL_CERT_FILE;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user