summaryrefslogtreecommitdiffstats
path: root/examples/charts/modeldata/modeldata.pro
blob: b71a9d6690189743cbfb8be2e4ece31bcc174fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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