mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
356cc34349
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)
19 lines
330 B
Plaintext
19 lines
330 B
Plaintext
|
|
isEmpty(JKQTP_FASTPLOTTER_PRI_INCLUDED) {
|
|
JKQTP_FASTPLOTTER_PRI_INCLUDED = 1
|
|
|
|
INCLUDEPATH += $PWD
|
|
|
|
|
|
HEADERS += $$PWD/jkqtfastplotter/jkqtfastplotter.h
|
|
|
|
|
|
SOURCES += $$PWD/jkqtfastplotter/jkqtfastplotter.cpp
|
|
|
|
|
|
RESOURCES += $$PWD/jkqtplotterressources/jkqtpbaseplotter.qrc
|
|
|
|
QT += opengl
|
|
|
|
}
|