2018-11-26 03:25:44 +08:00
|
|
|
|
2019-05-30 04:40:02 +08:00
|
|
|
isEmpty(JKQTP_MATHTEXT_PRI_INCLUDED) {
|
|
|
|
JKQTP_MATHTEXT_PRI_INCLUDED = 1
|
2018-11-26 03:25:44 +08:00
|
|
|
|
|
|
|
|
2019-05-30 04:40:02 +08:00
|
|
|
INCLUDEPATH += $PWD
|
2018-12-31 17:47:49 +08:00
|
|
|
|
2022-06-08 21:38:26 +08:00
|
|
|
HEADERS += $$PWD/jkqtmathtext/jkqtmathtext.h \
|
|
|
|
$$PWD/jkqtmathtext/jkqtmathtextlabel.h \
|
|
|
|
$$PWD/jkqtmathtext/jkqtmathtexttools.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextnode.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtexttextnode.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextbracenode.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextdecoratednode.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextfracnode.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextinstructionnode.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextlistnode.h \
|
2022-08-19 18:16:00 +08:00
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextverticallistnode.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtexthorizontallistnode.h \
|
2022-06-08 21:38:26 +08:00
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextmatrixnode.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextsqrtnode.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextsubsupernode.h \
|
2022-07-19 20:39:59 +08:00
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextsymbolnode.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextwhitespacenode.h \
|
2022-08-19 18:16:00 +08:00
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextnodetools.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextnoopnode.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextverbatimnode.h \
|
2022-08-20 22:19:40 +08:00
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextboxinstructionnode.h \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextmodifyenvironmentnode.h \
|
|
|
|
$$PWD/jkqtmathtext/parsers/jkqtmathtextparser.h \
|
|
|
|
$$PWD/jkqtmathtext/parsers/jkqtmathtextlatexparser.h
|
2022-08-19 18:16:00 +08:00
|
|
|
|
2018-11-26 03:25:44 +08:00
|
|
|
|
2022-06-08 21:38:26 +08:00
|
|
|
SOURCES += $$PWD/jkqtmathtext/jkqtmathtext.cpp \
|
|
|
|
$$PWD/jkqtmathtext/jkqtmathtextlabel.cpp \
|
|
|
|
$$PWD/jkqtmathtext/jkqtmathtexttools.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextnode.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtexttextnode.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextbracenode.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextdecoratednode.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextfracnode.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextinstructionnode.cpp \
|
2022-08-19 18:16:00 +08:00
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextverticallistnode.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtexthorizontallistnode.cpp \
|
2022-06-08 21:38:26 +08:00
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextmatrixnode.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextsqrtnode.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextsubsupernode.cpp \
|
2022-07-19 20:39:59 +08:00
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextsymbolnode.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextwhitespacenode.cpp \
|
2022-08-19 18:16:00 +08:00
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextnodetools.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextnoopnode.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextverbatimnode.cpp \
|
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextboxinstructionnode.cpp \
|
2022-08-20 22:19:40 +08:00
|
|
|
$$PWD/jkqtmathtext/nodes/jkqtmathtextmodifyenvironmentnode.cpp\
|
|
|
|
$$PWD/jkqtmathtext/parsers/jkqtmathtextparser.cpp \
|
|
|
|
$$PWD/jkqtmathtext/parsers/jkqtmathtextlatexparser.cpp
|
2018-11-26 03:25:44 +08:00
|
|
|
|
2019-06-20 21:18:58 +08:00
|
|
|
include($$PWD/jkqtmathtext/resources/xits.pri)
|
2019-05-30 04:40:02 +08:00
|
|
|
DEFINES += AUTOLOAD_XITS_FONTS
|
|
|
|
DEFINES += USE_XITS_FONTS
|
2018-12-02 21:08:43 +08:00
|
|
|
|
2019-05-30 04:40:02 +08:00
|
|
|
#win32:LIBS += -lgdi32
|
|
|
|
}
|