diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-06-05 20:00:16 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-06-12 20:02:56 +0200 |
commit | e858cc8302b02256522a1a40a0ec0756b2bc4a1d (patch) | |
tree | 7bcda92077fc5cb18f09b1c86e3a68f4f2d23b72 /bitmask.pro | |
parent | dad35c2cbbb3897593d682d7c250a654aa41489b (diff) |
[pkg] add needed framework for osx
Signed-off-by: kali kaneko (leap communications) <kali@leap.se>
Diffstat (limited to 'bitmask.pro')
-rw-r--r-- | bitmask.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitmask.pro b/bitmask.pro index dd6c5af..28119a7 100644 --- a/bitmask.pro +++ b/bitmask.pro @@ -7,6 +7,10 @@ unix:DEBUG:CONFIG += debug lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5") QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.14 +macx { + LIBS += -framework Security +} + # trying to optimize size of the static binary. # probably more can be shaved off with some patience # You need to recompile your version of Qt to use the libraries you want. The |