updated QMake-build files

This commit is contained in:
jkriege2 2022-07-19 14:39:59 +02:00
parent 58e3c3e862
commit 1e81d58968
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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 \