mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-24 17:41:39 +08:00
updated QMake-build files
This commit is contained in:
parent
58e3c3e862
commit
1e81d58968
@ -18,7 +18,9 @@ isEmpty(JKQTP_MATHTEXT_PRI_INCLUDED) {
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextmatrixnode.h \
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextsqrtnode.h \
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextsubsupernode.h \
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextsymbolnode.h
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextsymbolnode.h \
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextwhitespacenode.h \
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextnodetools.h
|
||||
|
||||
SOURCES += $$PWD/jkqtmathtext/jkqtmathtext.cpp \
|
||||
$$PWD/jkqtmathtext/jkqtmathtextlabel.cpp \
|
||||
@ -33,7 +35,9 @@ isEmpty(JKQTP_MATHTEXT_PRI_INCLUDED) {
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextmatrixnode.cpp \
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextsqrtnode.cpp \
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextsubsupernode.cpp \
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextsymbolnode.cpp
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextsymbolnode.cpp \
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextwhitespacenode.cpp \
|
||||
$$PWD/jkqtmathtext/nodes/jkqtmathtextnodetools.cpp
|
||||
|
||||
include($$PWD/jkqtmathtext/resources/xits.pri)
|
||||
DEFINES += AUTOLOAD_XITS_FONTS
|
||||
|
@ -10,6 +10,8 @@ isEmpty(JKQTP_PLOTTER_PRI_INCLUDED) {
|
||||
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/jkqtplotter/jkqtplotter_configmacros.h \
|
||||
$$PWD/jkqtplotter/jkqtplotter_imexport.h \
|
||||
$$PWD/jkqtplotter/jkqtptools.h \
|
||||
$$PWD/jkqtplotter/jkqtpbaseelements.h \
|
||||
$$PWD/jkqtplotter/jkqtpbaseplotter.h \
|
||||
|
Loading…
Reference in New Issue
Block a user