2018-11-26 03:25:44 +08:00
|
|
|
|
|
|
|
|
|
|
|
QMAKE_CXXFLAGS += -fexceptions
|
|
|
|
|
|
|
|
|
|
|
|
HEADERS += $$PWD/jkqtfastplotter/jkqtfastplotter.h \
|
|
|
|
$$PWD/jkqtplottertools/jkqtptools.h \
|
|
|
|
$$PWD/jkqtplottertools/jkqtphighrestimer.h \
|
|
|
|
$$PWD/jkqtplottertools/jkqtp_imexport.h
|
|
|
|
|
|
|
|
|
|
|
|
SOURCES += $$PWD/jkqtfastplotter/jkqtfastplotter.cpp \
|
|
|
|
$$PWD/jkqtplottertools/jkqtptools.cpp \
|
|
|
|
$$PWD/jkqtplottertools/jkqtphighrestimer.cpp
|
|
|
|
|
|
|
|
|
|
|
|
RESOURCES += $$PWD/jkqtplotterressources/jkqtpbaseplotter.qrc
|
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
QT += core gui opengl
|
2018-12-02 21:08:43 +08:00
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|
2018-11-26 03:25:44 +08:00
|
|
|
|