mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Revert "Merge pull request #528 from ONLYOFFICE/feature/ppt_4"
This reverts commitff0f58cc3c, reversing changes made tocb6c9838d3.
This commit is contained in:
@ -20,8 +20,6 @@ ADD_DEPENDENCY(graphics, kernel, UnicodeConverter)
|
||||
|
||||
#CONFIG += build_xp
|
||||
|
||||
core_mac:CONFIG += use_javascript_core
|
||||
|
||||
core_ios {
|
||||
CONFIG += doct_renderer_empty
|
||||
}
|
||||
@ -40,7 +38,8 @@ SOURCES += \
|
||||
nativecontrol.cpp \
|
||||
doctrenderer.cpp \
|
||||
docbuilder.cpp \
|
||||
docbuilder_p.cpp
|
||||
docbuilder_p.cpp \
|
||||
graphics.cpp
|
||||
|
||||
SOURCES += \
|
||||
../../Common/OfficeFileFormatChecker2.cpp \
|
||||
@ -51,15 +50,18 @@ SOURCES += \
|
||||
HEADERS += \
|
||||
docbuilder_p.h \
|
||||
memorystream.h \
|
||||
nativecontrol.h
|
||||
nativecontrol.h \
|
||||
graphics.h
|
||||
|
||||
HEADERS += \
|
||||
embed/GraphicsEmbed.h \
|
||||
embed/MemoryStreamEmbed.h \
|
||||
embed/NativeControlEmbed.h \
|
||||
embed/NativeBuilderEmbed.h \
|
||||
js_internal/js_base.h
|
||||
|
||||
SOURCES += \
|
||||
embed/GraphicsEmbed.cpp \
|
||||
embed/MemoryStreamEmbed.cpp \
|
||||
embed/NativeControlEmbed.cpp \
|
||||
embed/NativeBuilderEmbed.cpp
|
||||
@ -70,7 +72,8 @@ SOURCES += \
|
||||
SOURCES += \
|
||||
embed/v8/v8_MemoryStream.cpp \
|
||||
embed/v8/v8_NativeControl.cpp \
|
||||
embed/v8/v8_NativeBuilder.cpp
|
||||
embed/v8/v8_NativeBuilder.cpp \
|
||||
embed/v8/v8_Graphics.cpp
|
||||
|
||||
!build_xp {
|
||||
include(../../Common/3dParty/v8/v8.pri)
|
||||
@ -84,6 +87,7 @@ SOURCES += \
|
||||
OBJECTIVE_SOURCES += js_internal/jsc/jsc_base.mm
|
||||
OBJECTIVE_SOURCES += ../common/Mac/NSString+StringUtils.mm
|
||||
OBJECTIVE_SOURCES += \
|
||||
embed/jsc/jsc_Graphics.mm \
|
||||
embed/jsc/jsc_MemoryStream.mm \
|
||||
embed/jsc/jsc_NativeControl.mm \
|
||||
embed/jsc/jsc_NativeBuilder.mm
|
||||
|
||||
Reference in New Issue
Block a user