OpenSSL lib for MacOS
This commit is contained in:
parent
ca25e257ef
commit
03aae3f787
3 changed files with 3 additions and 0 deletions
BIN
client/3rd/OpenSSL/lib/macos/x86_64/libcrypto.a
Normal file
BIN
client/3rd/OpenSSL/lib/macos/x86_64/libcrypto.a
Normal file
Binary file not shown.
BIN
client/3rd/OpenSSL/lib/macos/x86_64/libssl.a
Normal file
BIN
client/3rd/OpenSSL/lib/macos/x86_64/libssl.a
Normal file
Binary file not shown.
|
@ -184,6 +184,9 @@ macx {
|
|||
SOURCES += ui/macos_util.mm
|
||||
|
||||
LIBS += -framework Cocoa -framework ApplicationServices -framework CoreServices -framework Foundation -framework AppKit -framework Security
|
||||
|
||||
LIBS += $$PWD/3rd/OpenSSL/lib/macos/x86_64/libcrypto.a
|
||||
LIBS += $$PWD/3rd/OpenSSL/lib/macos/x86_64/libssl.a
|
||||
}
|
||||
|
||||
linux:!android {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue