mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
core_linux {
|
|
|
|
#DEFINES += XMLSEC_OPENSSL_110
|
|
#INCLUDEPATH += $$CORE_ROOT_DIR/Common/3dParty/openssl/openssl/include
|
|
#LIBS += -L$$CORE_ROOT_DIR/Common/3dParty/openssl/openssl -lssl
|
|
#LIBS += -L$$CORE_ROOT_DIR/Common/3dParty/openssl/openssl -lcrypto
|
|
|
|
#INCLUDEPATH += /usr/include/openssl
|
|
LIBS += -lssl
|
|
LIBS += -lcrypto
|
|
|
|
}
|