From 08e86a1378a25b0f2bf621baef2f02e059520e29 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Thu, 12 Apr 2018 03:55:58 -0400 Subject: [PATCH] CI(macOS): Use latest Qt from Homebrew OBS Studio CI currently uses the latest Qt version in Homebrew. --- CI/install-dependencies-macos.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CI/install-dependencies-macos.sh b/CI/install-dependencies-macos.sh index fdc5cd84..b78194ca 100755 --- a/CI/install-dependencies-macos.sh +++ b/CI/install-dependencies-macos.sh @@ -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)"