diff options
author | kali <kali@leap.se> | 2020-10-07 19:28:24 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:49 +0200 |
commit | c77ba97502da5c954447abf738ab78108d1b0892 (patch) | |
tree | 01d16e3a28b4bd60e6bfd63206d730a19415d1bc /bitmask.pro | |
parent | 8d27403228b0782e135d5c5d5d97ec54785cfae3 (diff) |
[pkg] target osx 10.11
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 98860e4..29b13ee 100644 --- a/bitmask.pro +++ b/bitmask.pro @@ -4,7 +4,7 @@ CONFIG += qt staticlib windows:CONFIG += console unix:DEBUG:CONFIG += debug lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5") -QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.12 +QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.11 macx { LIBS += -framework Security |