summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/tableview/tableview.pro
blob: c0ed1a2f99e3d20865968642202b95907663ef6a (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
TARGET = tableview

RESOURCES += \
    tableview.qrc

OTHER_FILES += \
    main.qml

include(src/src.pri)
include(../shared/shared.pri)