We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fca542 commit 21be118Copy full SHA for 21be118
travis_config.sh
@@ -105,8 +105,7 @@ function pre_build {
105
if [ -n "$CACHE_STAGE" ]; then
106
echo "Qt5 has bottle, no caching needed"
107
else
108
- brew extract qt --version=5.13.2
109
- brew install [email protected]
+ brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/079ce55db79acc87b91bec950249595b1584e119/Formula/qt.rb
110
export PATH="/usr/local/opt/qt/bin:$PATH"
111
fi
112
0 commit comments