barmodelmapper.pro Example File

barmodelmapper/barmodelmapper.pro

  QT += charts
  requires(qtConfig(tableview))

  HEADERS += \
      customtablemodel.h \
      tablewidget.h

  SOURCES += \
      customtablemodel.cpp \
      main.cpp \
      tablewidget.cpp

  target.path = $$[QT_INSTALL_EXAMPLES]/charts/barmodelmapper
  INSTALLS += target