summaryrefslogtreecommitdiffstats
path: root/tests/auto/jsondb-listmodel/jsondb-listmodel.pro
diff options
context:
space:
mode:
authorTapani Mikola <tapani.mikola@nokia.com>2012-04-20 11:38:18 +0300
committerQt by Nokia <qt-info@nokia.com>2012-04-24 11:25:44 +0200
commitca7d1ccd70ff38210386dc3d3f414377b79305ce (patch)
tree60082f5886632804460afd86fe442d0d6667f769 /tests/auto/jsondb-listmodel/jsondb-listmodel.pro
parent1ce57334c6ca69e2439c8c4f830d65183dbb45fa (diff)
Include partition.json together with testcases
jsondb-listmodel and qjsondbwatcher did not have the partitions.json file. Added to make it work with shadow builds and make installs Change-Id: I31c97194c035eae96cbde2d4335c171de9af9685 Reviewed-by: Kevin Simons <kevin.simons@nokia.com>
Diffstat (limited to 'tests/auto/jsondb-listmodel/jsondb-listmodel.pro')
-rw-r--r--tests/auto/jsondb-listmodel/jsondb-listmodel.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/jsondb-listmodel/jsondb-listmodel.pro b/tests/auto/jsondb-listmodel/jsondb-listmodel.pro
index fceabaaf..f3307ebb 100644
--- a/tests/auto/jsondb-listmodel/jsondb-listmodel.pro
+++ b/tests/auto/jsondb-listmodel/jsondb-listmodel.pro
@@ -18,3 +18,11 @@ SOURCES += $$PWD/../../../src/imports/jsondb-listmodel/jsondb-listmodel.cpp
HEADERS += test-jsondb-listmodel.h
SOURCES += test-jsondb-listmodel.cpp
+
+OTHER_FILES += \
+ partitions.json
+
+data.files = $$OTHER_FILES
+data.path = $$[QT_INSTALL_TESTS]/$$TARGET
+INSTALLS += data
+