From 53cb20454ff9249dda40e30c0f3d1bc5a4590f1c Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Fri, 5 Mar 2021 13:20:03 +0100 Subject: [PATCH] add path hack only to verify, will remove later --- CI/before_install.osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index 9d0774d3ca..b38e04a061 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -10,6 +10,7 @@ command -v ccache >/dev/null 2>&1 || brew install ccache command -v cmake >/dev/null 2>&1 || brew install cmake command -v qmake >/dev/null 2>&1 || brew install qt@5 +export PATH="/usr/local/opt/qt@5/bin:$PATH" qmake --version which qmake