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 436e8f2 commit 67699a2Copy full SHA for 67699a2
travis_config.sh
@@ -104,7 +104,7 @@ function pre_build {
104
if [ -n "$CACHE_STAGE" ]; then
105
echo "Qt5 has bottle, no caching needed"
106
else
107
- brew install qt@5.13.2
+ brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/079ce55db79acc87b91bec950249595b1584e119/Formula/qt.rb
108
export PATH="/usr/local/opt/qt/bin:$PATH"
109
fi
110
0 commit comments