Files
DocumentServer-v-9.2.0/core/OdfFile/Reader/Converter/SMCustomShape2OOXML/SMCustomShape2OOXML.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

18 lines
387 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)
HEADERS += \
$$PWD/smcustomshapepars.h \
$$PWD/customshape.h
SOURCES += \
$$PWD/smcustomshapepars.cpp \
$$PWD/customshape.cpp