diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 11:12:16 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 11:12:16 +0200 |
| commit | 7f0143b87433a40b651a1ea582c7dcd2fd22660b (patch) | |
| tree | 39758129b7a03d2adae4c65913b1f9a3f57477cd /src/kristall.pro | |
| parent | 696660b24314d662e16f585deca7c0c2e732b63a (diff) | |
| download | kristall-7f0143b87433a40b651a1ea582c7dcd2fd22660b.tar.gz | |
Adds primitive support for emoji fonts.
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 |
