mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix ios build
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
@ -3,6 +3,8 @@ TEMPLATE = lib
|
||||
|
||||
CONFIG -= qt
|
||||
QT -= core gui
|
||||
|
||||
CONFIG += shared
|
||||
CONFIG += plugin
|
||||
|
||||
CORE_ROOT_DIR = $$PWD/../../../core
|
||||
|
||||
Reference in New Issue
Block a user