diff --git a/SConstruct b/SConstruct index 89fa688169..358d337fef 100644 --- a/SConstruct +++ b/SConstruct @@ -270,7 +270,7 @@ if arch != "aarch64": qt_libs = [] if arch == "Darwin": - qt_env['QTDIR'] = "/usr/local/opt/qt5" + qt_env['QTDIR'] = "/usr/local/opt/qt@5" qt_dirs = [ os.path.join(qt_env['QTDIR'], "include"), ] diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index 36dcd7380d..fe6988dde7 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -18,7 +18,7 @@ brew "libtool" brew "llvm" brew "openssl" brew "pyenv" -brew "qt5" +brew "qt@5" brew "zeromq" EOS