aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/snippets/qml/tableview/tableview.pro
blob: 0821f1b5d3f8663ea7c2e1eda6fdf144a0a42378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app

QT += qml quick

CONFIG += qmltypes
QML_IMPORT_NAME = TableModel
QML_IMPORT_MAJOR_VERSION = 0

SOURCES += \
    cpp-tablemodel.cpp

HEADERS += \
    cpp-tablemodel.h

RESOURCES += \
    cpp-tablemodel.qml \
    qml-tablemodel.qml \
    reusabledelegate.qml \
    tableviewwithheader.qml \
    tableviewwithprovider.qml