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