summaryrefslogtreecommitdiffstats
path: root/examples/charts/modeldata/modeldata.pro
blob: 95d3d689f397bf2350d2461e08b01eba261db1d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += charts

HEADERS += \
    customtablemodel.h \
    tablewidget.h

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

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