diff --git a/osx_environment.sh b/osx_environment.sh index 09fa3479..0c725fb1 100644 --- a/osx_environment.sh +++ b/osx_environment.sh @@ -29,7 +29,7 @@ if [ ! $BARRIER_BUILD_ENV ]; then elif command -v brew; then printf "Detected Homebrew\n" - QT_PATH=$(brew --prefix qt) + QT_PATH=$(brew --prefix qt@5) OPENSSL_PATH=$(brew --prefix openssl) check_dir_exists "$QT_PATH" 'qt'