aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/tableview/storagemodel/storagemodel.pro
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2018-02-01 12:50:07 +0100
committerRichard Moe Gustavsen <richard.gustavsen@qt.io>2018-04-12 12:30:44 +0000
commitb17576fe8f805d674e8ce66b22f19fe0cda1a182 (patch)
tree41b931d9257e53afcdcc5d06b65349786a667a8f /tests/manual/tableview/storagemodel/storagemodel.pro
parent5e1a4a444e9d059fb0b97671220ce80f9a477681 (diff)
Tests: add new manual tests for TableView
This patch will add three new manual tests for testing TableView. The first uses a standard ListModel; the second uses a custom QAbstractTableModel. The third is a port of the storageview example in widgets. Change-Id: Ic8ac1aaf9951d0e2982f512b570caa059a212a17 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/manual/tableview/storagemodel/storagemodel.pro')
-rw-r--r--tests/manual/tableview/storagemodel/storagemodel.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/manual/tableview/storagemodel/storagemodel.pro b/tests/manual/tableview/storagemodel/storagemodel.pro
new file mode 100644
index 0000000000..c6a018239e
--- /dev/null
+++ b/tests/manual/tableview/storagemodel/storagemodel.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+TARGET = tableview_storage
+QT += qml quick
+SOURCES += main.cpp storagemodel.cpp
+HEADERS += storagemodel.h
+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