No Description

BenfordsLaw.pro 399B

123456789101112131415161718192021
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-02-26T09:55:52
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. QT += widgets printsupport
  8. TARGET = BenfordsLaw
  9. TEMPLATE = app
  10. CONFIG += c++11
  11. SOURCES += main.cpp\
  12. mainwindow.cpp \
  13. qcustomplot.cpp
  14. HEADERS += mainwindow.h \
  15. qcustomplot.h
  16. FORMS += mainwindow.ui