aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parent8a7dfe0b1ab9783fddb93d890ea4b856eb93db60 (diff)
downloadkristall-bca592adf686b11321b7185f234525674d7d474c.tar.gz
new location macos 11 homebrew qt
Diffstat (limited to 'src')
-rw-r--r--src/kristall.pro4
1 files changed, 2 insertions, 2 deletions
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