From 0ca32eb4c57ba43b64cfc74c0fbd1c63706952c2 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 12 Feb 2019 15:48:17 +0100 Subject: 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 --- tests/manual/tableview/tablemodel/json/json.pro | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/manual/tableview/tablemodel/json/json.pro (limited to 'tests/manual/tableview/tablemodel/json/json.pro') 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 -- cgit v1.2.3