mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Build on linux
This commit is contained in:
12
Common/3dParty/openssl/openssl.pri
Normal file
12
Common/3dParty/openssl/openssl.pri
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user