aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/tableview/tablemodel/json/json.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2019-02-12 15:48:17 +0100
committerMitch Curtis <mitch.curtis@qt.io>2019-04-29 07:14:10 +0000
commit0ca32eb4c57ba43b64cfc74c0fbd1c63706952c2 (patch)
tree91f2d8bf7d9ce3d23be4e7aed27e6b3f535a3e17 /tests/manual/tableview/tablemodel/json/json.pro
parent3ef2b2727df42510512669ec879788d41d83cebb (diff)
add "json" manual TableModel test
This covers the use case of fetching and showing data from a web API. Change-Id: I9e9cd6a17f409383ba71bc32f0f9d63a45213784 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'tests/manual/tableview/tablemodel/json/json.pro')
-rw-r--r--tests/manual/tableview/tablemodel/json/json.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/manual/tableview/tablemodel/json/json.pro b/tests/manual/tableview/tablemodel/json/json.pro
new file mode 100644
index 0000000000..2339e488aa
--- /dev/null
+++ b/tests/manual/tableview/tablemodel/json/json.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+TARGET = json
+QT += qml quick
+SOURCES += main.cpp
+RESOURCES += \
+ main.qml \
+ JsonData.js
+
+# Default rules for deployment.
+qnx: target.path = /tmp/$${TARGET}/bin
+else: unix:!android: target.path = /opt/$${TARGET}/bin
+!isEmpty(target.path): INSTALLS += target