From 07575f6344bc7250f80de9fa000537cd6cb3934c Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 31 Dec 2021 16:06:30 -0500 Subject: [PATCH] macOS homebrew qt@5 Once 'brew update' and 'brew upgrade' had been done, the qt@5 package did become available for installation and the original line in the hints file worked, so put it back as it was. --- sys/unix/hints/macOS.370 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/hints/macOS.370 b/sys/unix/hints/macOS.370 index 8a8ac4b00..f34a2f3b3 100755 --- a/sys/unix/hints/macOS.370 +++ b/sys/unix/hints/macOS.370 @@ -48,7 +48,7 @@ endif # not WANT_WIN_QT5 #QTDIR=/Developer/Qt ifdef WANT_WIN_QT5 # Qt5 installed via homebrew -QTDIR=$(shell brew --prefix)/opt/qt +QTDIR=$(shell brew --prefix)/opt/qt@5 endif # WANT_WIN_QT5 ifdef WANT_WIN_QT6 QTDIR=$(shell brew --prefix)/opt/qt@6