JKQtPlotter/lib/jkqtmathtext.pri
jkriege2 356cc34349 new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
new: iterator interface and improved documentation for JKQTPDatastore
reorganization of library (better separation of common code in jkqtpcommon and other code e.g. in jkqtplotter or jkqtmathtext)
2019-05-29 22:40:02 +02:00

18 lines
378 B
Plaintext

isEmpty(JKQTP_MATHTEXT_PRI_INCLUDED) {
JKQTP_MATHTEXT_PRI_INCLUDED = 1
INCLUDEPATH += $PWD
HEADERS += $$PWD/jkqtmathtext/jkqtmathtext.h
SOURCES += $$PWD/jkqtmathtext/jkqtmathtext.cpp
include($$PWD/jkqtplotterressources/math_fonts/xits.pri)
DEFINES += AUTOLOAD_XITS_FONTS
DEFINES += USE_XITS_FONTS
#win32:LIBS += -lgdi32
}