mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 14:00:32 +08:00
18 lines
398 B
Plaintext
18 lines
398 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)
|
|
ADD_DEPENDENCY(UnicodeConverter, kernel)
|
|
|
|
SOURCES += $$PWD/cconversionsmtoooxml.cpp \
|
|
$$PWD/cstarmathpars.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/cconversionsmtoooxml.h \
|
|
$$PWD/cstarmathpars.h \
|
|
$$PWD/typeConversion.h \
|
|
$$PWD/typeselements.h
|
|
|