mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Remove not used websocket engine
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
core_mac:CONFIG += apple_platform
|
||||
core_ios:CONFIG += apple_platform
|
||||
|
||||
apple_platform {
|
||||
CONFIG += socketrocket
|
||||
} else {
|
||||
CONFIG += ixwebsocket
|
||||
}
|
||||
# since 7.3: ONLY socketio
|
||||
#apple_platform:CONFIG += socketrocket
|
||||
#!apple_platform:CONFIG += ixwebsocket
|
||||
|
||||
CONFIG += libsocketio
|
||||
|
||||
|
||||
Reference in New Issue
Block a user