blob: b71a9d6690189743cbfb8be2e4ece31bcc174fe2 [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/modeldata
INSTALLS += target