Нема описа

prettyPlot.pro 448B

1234567891011121314151617181920212223242526
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-02-26T09:55:52
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
  8. TARGET = prettyPlot
  9. TEMPLATE = app
  10. SOURCES += main.cpp\
  11. qcustomplot.cpp \
  12. xyplotwindow.cpp
  13. HEADERS += \
  14. qcustomplot.h \
  15. xyplotwindow.h
  16. FORMS += \
  17. xyplotwindow.ui
  18. OTHER_FILES +=