[3dParty][websocket] fix include/lib openssl

This commit is contained in:
Vladimir Gorshenkov
2021-04-19 14:14:11 +03:00
parent e18873cfa6
commit 55766a4b7a
2 changed files with 7 additions and 7 deletions

View File

@ -30,10 +30,7 @@ include(../Common/WebSocket/websocket.pri)
ixwebsocket {
DEFINES += USE_IXWEBSOCKET
include(../Common/3dParty/ixwebsocket/ixwebsocket.pri)
include(../Common/3dParty/openssl/openssl.pri)
DEFINES += USE_IXWEBSOCKET
HEADERS += \
./WebSocket/websocket.h \
@ -43,7 +40,8 @@ ixwebsocket {
SOURCES += \
./WebSocket/ixwebsocket_internal.cpp \
./WebSocket/managerWebSocket.cpp \
include(../Common/3dParty/ixwebsocket/ixwebsocket.pri)
}
socketrocket {