Skip to content
Snippets Groups Projects
Unverified Commit e858cc83 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] add needed framework for osx

parent dad35c2c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment