aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquietok(david) <quietok@protonmail.com>2021-09-13 01:40:59 -0500
committerFelix Queißner <felix@ib-queissner.de>2021-09-13 11:00:34 +0200
commitbca592adf686b11321b7185f234525674d7d474c (patch)
treef9e3e848455ac2c4681ea2ee9c479e1cf3f42dbd
parent8a7dfe0b1ab9783fddb93d890ea4b856eb93db60 (diff)
downloadkristall-bca592adf686b11321b7185f234525674d7d474c.tar.gz
new location macos 11 homebrew qt
-rw-r--r--Makefile2
-rw-r--r--src/kristall.pro4
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