mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 02:25:50 +08:00
15 lines
385 B
Plaintext
15 lines
385 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
|
||
|
|
||
|
QT += core gui
|
||
|
#win32:LIBS += -lgdi32
|
||
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|