diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-10 17:10:10 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-10 17:10:10 +0100 |
commit | 107e60448ec89883e60905f5a1cef507c0bf9fc2 (patch) | |
tree | 36fe3ba8226bb2bba594de8a3d574bfa2e28ce36 /tests/qmldir | |
parent | 4e0369c1ca779576998c27dc4f06c018c5a22202 (diff) | |
download | kube-107e60448ec89883e60905f5a1cef507c0bf9fc2.tar.gz kube-107e60448ec89883e60905f5a1cef507c0bf9fc2.zip |
Run views with a test dataset using TestStore.
This allows us to start the view using qmlscene with a testdata set that
is created in a test datastore (isolated from the regular data).
Diffstat (limited to 'tests/qmldir')
-rw-r--r-- | tests/qmldir | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qmldir b/tests/qmldir new file mode 100644 index 00000000..2ccb630a --- /dev/null +++ b/tests/qmldir | |||
@@ -0,0 +1,3 @@ | |||
1 | module org.kube.test | ||
2 | |||
3 | plugin testplugin | ||