diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/kristall.pro | 4 |
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 |
