Merge branch 'release/v7.0.0' into develop

This commit is contained in:
Elena.Subbotina
2021-10-29 16:19:54 +03:00
43 changed files with 375 additions and 178 deletions

View File

@ -30,8 +30,7 @@ core_mac {
core_ios {
OBJECTIVE_SOURCES += \
$$PWD/src/FileTransporter_mac.mm \
$$PWD/../../../DesktopEditor/common/File_ios.mm
$$PWD/src/FileTransporter_mac.mm
LIBS += -framework Foundation
}

View File

@ -1,6 +1,11 @@
CONFIG += ixwebsocket
core_mac:CONFIG += socketrocket
core_ios:CONFIG += socketrocket
core_mac:CONFIG += apple_platform
core_ios:CONFIG += apple_platform
apple_platform {
CONFIG += socketrocket
} else {
CONFIG += ixwebsocket
}
HEADERS += \
$$PWD/include/websocket.h \

View File

@ -3,6 +3,8 @@ TEMPLATE = lib
CONFIG -= qt
QT -= core gui
CONFIG += shared
CONFIG += plugin
CORE_ROOT_DIR = $$PWD/../..