blob: 0ff6056175befae580d8ce742bf07e6a8ab00938 [file] [log] [blame]
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