Files
DocumentServer-v-9.2.0/core/OdfFile/Reader/Converter/StarMath2OOXML/StarMath2OOXML.pri
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

23 lines
530 B
Plaintext

CORE_ROOT_DIR = $$PWD/../../../..
PWD_ROOT_DIR = $$PWD
include($$CORE_ROOT_DIR/Common/base.pri)
include($$CORE_ROOT_DIR/Common/3dParty/icu/icu.pri)
include($$CORE_ROOT_DIR/Common/3dParty/boost/boost.pri)
ADD_DEPENDENCY(UnicodeConverter, kernel)
SOURCES += $$PWD/cconversionsmtoooxml.cpp \
$$PWD/cooxml2odf.cpp \
$$PWD/cstarmathpars.cpp
HEADERS += \
$$PWD/cconversionsmtoooxml.h \
$$PWD/cooxml2odf.h \
$$PWD/cstarmathpars.h \
$$PWD/fontType.h \
$$PWD/typeConversion.h \
$$PWD/typeselements.h