mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
[3dParty][websocket] fix include/lib openssl
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user