Install Qt 5.8. [skip appveyor]

This commit is contained in:
Roman Telezhynskyi 2020-11-15 17:54:02 +02:00
parent 11bfeac4f7
commit 7a7c34f3ed

View file

@ -64,7 +64,9 @@ before_install:
unset SSL_CERT_FILE;
brew untap homebrew/versions;
brew update > /dev/null;
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/13d52537d1e0e5f913de46390123436d220035f6/Formula/qt.rb;
brew tap-new $USER/local-qt;
brew extract --version 5.8 qt5 $USER/local-qt;
brew install $USER/local-qt/qt5@5.8;
fi
chmod -R 755 /usr/local/opt/qt5/*
fi