aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/tableview
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2019-02-12 15:35:28 +0100
committerMitch Curtis <mitch.curtis@qt.io>2019-02-13 09:41:26 +0000
commit24b66d2de1f2385732a9157af228a5cf0004258f (patch)
tree741031c92678b8982de86e74443b84c69867a43b /tests/manual/tableview
parenta4d6e0676f674bf907d7d33e59bd70b5d5d37da5 (diff)
Rename tablemodel manual test to "form", move into tablemodel subdir
In preparation for adding more TableModel-related manual tests. We need these to ensure that we support different use cases. Change-Id: Ib771b513a3dd62a372335beb1e97a8c946708ec2 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/manual/tableview')
-rw-r--r--tests/manual/tableview/tablemodel/form/RowForm.qml (renamed from tests/manual/tableview/tablemodel/RowForm.qml)0
-rw-r--r--tests/manual/tableview/tablemodel/form/form.pro10
-rw-r--r--tests/manual/tableview/tablemodel/form/main.cpp (renamed from tests/manual/tableview/tablemodel/main.cpp)0
-rw-r--r--tests/manual/tableview/tablemodel/form/main.qml (renamed from tests/manual/tableview/tablemodel/main.qml)0
-rw-r--r--tests/manual/tableview/tablemodel/tablemodel.pro12
5 files changed, 12 insertions, 10 deletions
diff --git a/tests/manual/tableview/tablemodel/RowForm.qml b/tests/manual/tableview/tablemodel/form/RowForm.qml
index 428682008a..428682008a 100644
--- a/tests/manual/tableview/tablemodel/RowForm.qml
+++ b/tests/manual/tableview/tablemodel/form/RowForm.qml
diff --git a/tests/manual/tableview/tablemodel/form/form.pro b/tests/manual/tableview/tablemodel/form/form.pro
new file mode 100644
index 0000000000..ba6f7a91b1
--- /dev/null
+++ b/tests/manual/tableview/tablemodel/form/form.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+TARGET = form
+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
diff --git a/tests/manual/tableview/tablemodel/main.cpp b/tests/manual/tableview/tablemodel/form/main.cpp
index 2a3b90d392..2a3b90d392 100644
--- a/tests/manual/tableview/tablemodel/main.cpp
+++ b/tests/manual/tableview/tablemodel/form/main.cpp
diff --git a/tests/manual/tableview/tablemodel/main.qml b/tests/manual/tableview/tablemodel/form/main.qml
index f50fbf8781..f50fbf8781 100644
--- a/tests/manual/tableview/tablemodel/main.qml
+++ b/tests/manual/tableview/tablemodel/form/main.qml
diff --git a/tests/manual/tableview/tablemodel/tablemodel.pro b/tests/manual/tableview/tablemodel/tablemodel.pro
index f6100276a1..4e4eba7653 100644
--- a/tests/manual/tableview/tablemodel/tablemodel.pro
+++ b/tests/manual/tableview/tablemodel/tablemodel.pro
@@ -1,10 +1,2 @@
-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
+TEMPLATE = subdirs
+SUBDIRS += form