aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/tableview/tablemodel/tablemodel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/tableview/tablemodel/tablemodel.pro')
-rw-r--r--tests/manual/tableview/tablemodel/tablemodel.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/manual/tableview/tablemodel/tablemodel.pro b/tests/manual/tableview/tablemodel/tablemodel.pro
new file mode 100644
index 0000000000..f6100276a1
--- /dev/null
+++ b/tests/manual/tableview/tablemodel/tablemodel.pro
@@ -0,0 +1,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