Files
core/OdfFile/Reader/Converter/StarMath2OOXML/StarMath2OOXML.pro
Mikhail Lobotskiy b3a76d5678 Fix paths in pro file
2025-12-26 14:43:03 +04:00

36 lines
828 B
Prolog

QT -= core gui
VERSION = 0.0.0.1
TARGET = StarMathConverter
TEMPLATE = lib
CONFIG += shared
CONFIG += plugin
CORE_ROOT_DIR = $$PWD/../../../..
PWD_ROOT_DIR = $$PWD
DEFINES += STARMATH_USE_DYNAMIC_LIBRARY
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(kernel)
SOURCES += $$PWD/cconversionsmtoooxml.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 \
$$PWD/conversionmathformula.h \
$$PWD/cstarmathpars.h \
$$PWD/fontType.h \
$$PWD/typeConversion.h \
$$PWD/typeselements.h \
$$PWD/TFormulaSize.h