mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Merge pull request 'Fix paths in pro file for starmath lib' (#589) from fix/build-starmath into release/v9.3.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/589
This commit is contained in:
@ -19,18 +19,17 @@ include($$CORE_ROOT_DIR/Common/3dParty/boost/boost.pri)
|
||||
ADD_DEPENDENCY(kernel)
|
||||
|
||||
SOURCES += $$PWD/cconversionsmtoooxml.cpp \
|
||||
$$CORE_ROOT_DIR\OOXML\Base\Unit.cpp \
|
||||
$$CORE_ROOT_DIR/OOXML/Base/Unit.cpp \
|
||||
$$PWD/conversionmathformula.cpp \
|
||||
$$PWD/cstarmathpars.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/TextDirection.h \
|
||||
$$PWD/cconversionsmtoooxml.h \
|
||||
$$CORE_ROOT_DIR\OOXML\Base\Unit.h \
|
||||
$$CORE_ROOT_DIR/OOXML/Base/Unit.h \
|
||||
$$PWD/conversionmathformula.h \
|
||||
$$PWD/cstarmathpars.h \
|
||||
$$PWD/fontType.h \
|
||||
$$PWD/typeConversion.h \
|
||||
$$PWD/typeselements.h \
|
||||
$$PWD/TFormulaSize.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user