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

QT += quick qml
HEADERS += imagemodel.h
SOURCES += main.cpp \
        imagemodel.cpp

RESOURCES += qt.png main.qml

target.path = $$[QT_INSTALL_EXAMPLES]/quick/tableview
INSTALLS += target