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

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