mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
18 lines
477 B
Plaintext
18 lines
477 B
Plaintext
HEADERS += $$PWD/jkqtmathtext/jkqtmathtext.h \
|
|
$$PWD/jkqtplottertools/jkqtptools.h \
|
|
$$PWD/jkqtplottertools/jkqtp_imexport.h
|
|
|
|
|
|
SOURCES += $$PWD/jkqtmathtext/jkqtmathtext.cpp \
|
|
$$PWD/jkqtplottertools/jkqtptools.cpp
|
|
|
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
include($$PWD/jkqtplotterressources/math_fonts/xits.pri)
|
|
DEFINES += AUTOLOAD_XITS_FONTS
|
|
|
|
QT += core gui
|
|
#win32:LIBS += -lgdi32
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|