aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/tableview/abstracttablemodel/abstracttablemodel.pro
blob: ade49c33a2af5c90335c6f5d2a0c64de4a7c09df (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app
TARGET = tableview_abstracttablemodel
QT += qml quick
SOURCES += main.cpp
RESOURCES += main.qml

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target