mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Move ApplicationFontsWorker to graphics library
This commit is contained in:
@ -461,16 +461,18 @@ SOURCES += \
|
||||
$$LIB_GRAPHICS_PRI_PATH/raster/JBig2/source/LeptonLib/sel2.cpp \
|
||||
$$LIB_GRAPHICS_PRI_PATH/raster/JBig2/source/LeptonLib/skew.cpp
|
||||
|
||||
core_ios {
|
||||
HEADERS += \
|
||||
./../../fontengine/ApplicationFontsWorker.h \
|
||||
./../../fontengine/FontsAssistant.h
|
||||
|
||||
HEADERS += \
|
||||
./../../fontengine/ApplicationFontsWorker.h \
|
||||
./../../fontengine/FontsAssistant.h
|
||||
SOURCES += \
|
||||
./../../fontengine/ApplicationFontsWorker.cpp \
|
||||
./../../fontengine/FontsAssistant.cpp
|
||||
|
||||
core_ios {
|
||||
|
||||
OBJECTIVE_SOURCES += \
|
||||
./../../fontengine/ApplicationFonts_ios.mm \
|
||||
./../../fontengine/ApplicationFontsWorker.cpp \
|
||||
./../../fontengine/FontsAssistant.cpp
|
||||
|
||||
LIBS += -framework Foundation
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user