CI(macOS): Use latest Qt from Homebrew

OBS Studio CI currently uses the latest Qt version in Homebrew.
This commit is contained in:
Ryan Foster 2018-04-12 03:55:58 -04:00 committed by Stéphane L
parent fefcc3937a
commit 08e86a1378

View File

@ -8,10 +8,7 @@ brew install libav
# qtwebsockets deps
# qt latest
#brew install qt5
# qt 5.9.2
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/2b121c9a96e58a5da14228630cb71d5bead7137e/Formula/qt.rb
brew install qt5
#echo "Qt path: $(find /usr/local/Cellar/qt5 -d 1 | tail -n 1)"