Fix build

This commit is contained in:
Oleg.Korshul
2023-07-13 04:03:36 +05:00
parent f8ad0484e7
commit 4d0f156452
2 changed files with 5 additions and 14 deletions

View File

@ -53,6 +53,11 @@ SOURCES += $$CORE_ROOT_DIR/DesktopEditor/common/Base64.cpp
# FILE
HEADERS += $$CORE_ROOT_DIR/DesktopEditor/common/File.h
SOURCES += $$CORE_ROOT_DIR/DesktopEditor/common/File.cpp
core_ios {
OBJECTIVE_SOURCES += $$CORE_ROOT_DIR/DesktopEditor/common/File_ios.mm
LIBS += -framework Foundation
}
# ----------
build_xp:DESTDIR=$$DESTDIR/xp