Build on linux

This commit is contained in:
Oleg Korshul
2018-05-17 15:32:23 +03:00
parent 427046cb8f
commit 2ead42a513
2 changed files with 13 additions and 5 deletions

View 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
}