Upgrade macOS OpenSSL library to 1.1
This commit is contained in:
parent
63b6da601a
commit
0357e6865d
79 changed files with 7369 additions and 15341 deletions
|
|
@ -24,8 +24,8 @@ DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs depr
|
|||
|
||||
macx {
|
||||
INCLUDEPATH += $$PWD/../libs/mac/include
|
||||
LIBS += $$PWD/../libs/mac/lib/libssl.dylib
|
||||
LIBS += $$PWD/../libs/mac/lib/libcrypto.dylib
|
||||
LIBS += $$PWD/../libs/mac/lib/libssl.1.1.dylib
|
||||
LIBS += $$PWD/../libs/mac/lib/libcrypto.1.1.dylib
|
||||
}
|
||||
unix:!macx {
|
||||
CONFIG += link_pkgconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue