From bca592adf686b11321b7185f234525674d7d474c Mon Sep 17 00:00:00 2001 From: "quietok(david)" Date: Mon, 13 Sep 2021 01:40:59 -0500 Subject: [PATCH] new location macos 11 homebrew qt --- Makefile | 2 +- src/kristall.pro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 77c2bf5..132d0d4 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ UNAME_M := $(shell uname -m) # Homebrew on macOS does not link Qt5 into the system path. ifeq ($(UNAME),Darwin) ifeq ($(UNAME_M),arm64) - HOMEBREW_PATH=export PATH="$(PATH):/opt/homebrew/opt/qt/bin"; + HOMEBREW_PATH=export PATH="$(PATH):/opt/homebrew/opt/qt5/bin"; else HOMEBREW_PATH=export PATH="$(PATH):/usr/local/opt/qt/bin"; endif diff --git a/src/kristall.pro b/src/kristall.pro index 5af4e6c..78aa7ab 100644 --- a/src/kristall.pro +++ b/src/kristall.pro @@ -59,8 +59,8 @@ win32-g++ { macx { # Homebrew include paths contains(QMAKE_HOST.arch, arm.*):{ - INCLUDEPATH += /opt/homebrew/opt/qt/include - LIBS += -L/opt/homebrew/opt/qt/lib + INCLUDEPATH += /opt/homebrew/opt/qt5/include + LIBS += -L/opt/homebrew/opt/qt5/lib INCLUDEPATH += /opt/homebrew/opt/openssl/include LIBS += -L/opt/homebrew/opt/openssl/lib