qcustomplot.pri 522 B

123456789101112131415161718
  1. QT += core gui
  2. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
  3. SOURCES += $$PWD/qcustomplot.cpp \
  4. $$PWD/CustomHistogramBars.cpp \
  5. $$PWD/SmoothCurveGraph.cpp \
  6. $$PWD/axis_rect.cpp \
  7. $$PWD/axis_tag.cpp \
  8. $$PWD/graph.cpp \
  9. $$PWD/graph_tracer.cpp
  10. HEADERS += $$PWD/qcustomplot.h \
  11. $$PWD/CustomHistogramBars.h \
  12. $$PWD/SmoothCurveGraph.h \
  13. $$PWD/axis_rect.h \
  14. $$PWD/axis_tag.h \
  15. $$PWD/graph.h \
  16. $$PWD/graph_tracer.h