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.
This commit is contained in:
nhmall
2021-12-31 16:06:30 -05:00
parent af35e7ab61
commit 07575f6344

View File

@@ -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