diff options
author | happysalada <raphael@megzari.com> | 2021-09-20 15:01:06 +0900 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-09-22 18:14:09 +0200 |
commit | 2d4f6f722ff035b94770f7d5a421cfd7156e72c5 (patch) | |
tree | 80b3cef32b3e36396d19e48fa6a02fdde37c9ed2 /bitmask.pro | |
parent | ae096096e34de7e84047a29e487103f7ce6c391a (diff) |
[pkg] macos: add missing CoreFoundation Framework
Diffstat (limited to 'bitmask.pro')
-rw-r--r-- | bitmask.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitmask.pro b/bitmask.pro index 4a091cc..627e2d3 100644 --- a/bitmask.pro +++ b/bitmask.pro @@ -22,7 +22,7 @@ ICON = $$VENDOR_PATH/icon.png macx { ICON = $$VENDOR_PATH/assets/icon.icns - LIBS += -framework Security + LIBS += -framework Security -framework CoreFoundation } win32 { RC_ICONS = $$VENDOR_PATH/assets/icon.ico |