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:
Oleg Korshul
2025-12-26 11:42:54 +00:00

View File

@ -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