mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 02:25:50 +08:00
24 lines
590 B
Plaintext
24 lines
590 B
Plaintext
|
|
||
|
|
||
|
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
|
||
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||
|
|