mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
16 lines
342 B
Plaintext
16 lines
342 B
Plaintext
|
|
include($$PWD/common.pri)
|
|
|
|
|
|
HEADERS += $$PWD/jkqtfastplotter/jkqtfastplotter.h \
|
|
$$PWD/jkqtplottertools/jkqtphighrestimer.h
|
|
|
|
|
|
SOURCES += $$PWD/jkqtfastplotter/jkqtfastplotter.cpp \
|
|
$$PWD/jkqtplottertools/jkqtphighrestimer.cpp
|
|
|
|
|
|
RESOURCES += $$PWD/jkqtplotterressources/jkqtpbaseplotter.qrc
|
|
|
|
QT += opengl
|