macOS homebrew Qt5 build fix
I had to revert this line in order to build on macOS Monterey.
This commit is contained in:
@@ -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@5
|
||||
QTDIR=$(shell brew --prefix)/opt/qt
|
||||
endif # WANT_WIN_QT5
|
||||
ifdef WANT_WIN_QT6
|
||||
QTDIR=$(shell brew --prefix)/opt/qt@6
|
||||
|
||||
Reference in New Issue
Block a user