aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/tableview/storagemodel/storagemodel.pro
diff options
context:
space:
mode:
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