diff options
Diffstat (limited to 'src/kristall.pro')
| -rw-r--r-- | src/kristall.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/kristall.pro b/src/kristall.pro index eca386e..9f2324a 100644 --- a/src/kristall.pro +++ b/src/kristall.pro @@ -51,10 +51,10 @@ 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 } @@ -177,6 +177,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target RESOURCES += \ + ./fonts.qrc \ ../lib/BreezeStyleSheets/breeze.qrc \ builtins.qrc \ icons.qrc |
