aboutsummaryrefslogtreecommitdiff
path: root/src/kristall.pro
diff options
context:
space:
mode:
authorJagger De Leo <jcdl@fastmail.com>2020-07-05 23:36:48 -0400
committerFelix Queißner <felix@ib-queissner.de>2020-07-06 09:16:07 +0200
commit95afe80c3b8a26c6eeba0e494851d9f46f69bb4a (patch)
tree9341cb36a984a9e0af2cc0d3f05fabe099a3c071 /src/kristall.pro
parent821c370447dd823020fb3e9e27e3f7cb2f4c6496 (diff)
downloadkristall-95afe80c3b8a26c6eeba0e494851d9f46f69bb4a.tar.gz
Add Homebrew lib and include paths to build script
Add macOS app icon
Diffstat (limited to 'src/kristall.pro')
-rw-r--r--src/kristall.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/kristall.pro b/src/kristall.pro
index 917c212..eca386e 100644
--- a/src/kristall.pro
+++ b/src/kristall.pro
@@ -47,6 +47,17 @@ win32-g++ {
LIBS += -llibcrypto
}
+macx {
+ # Homebrew include paths
+ INCLUDEPATH += /usr/local/opt/qt/include
+ LIBS += -L/usr/local/opt/qt/lib
+
+ INCLUDEPATH += /usr/local/opt/openssl/include
+ LIBS += -L/usr/local/opt/openssl/lib
+
+ ICON = icons/AppIcon.icns
+}
+
android: include(/home/felix/projects/android-hass/android-sdk/android_openssl/openssl.pri)
# android {