No Description

GridPlotter.pro 444B

123456789101112131415161718192021222324252627
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-06-10T11:19:11
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = GridPlotter
  9. TEMPLATE = app
  10. SOURCES += main.cpp\
  11. dialog.cpp \
  12. grid.cpp \
  13. tools.cpp
  14. HEADERS += dialog.h \
  15. grid.h
  16. FORMS += dialog.ui
  17. RESOURCES += \
  18. images.qrc \
  19. styles.qrc