diff options
| author | Caroline Chao <caroline.chao@digia.com> | 2013-05-13 12:42:12 +0200 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-13 13:17:40 +0200 |
| commit | ebf104a6f2263da7435801e88a3f5c8505358768 (patch) | |
| tree | 22d73842342c70e7b68cf8e9d6cabf57bbc68709 /tests/manual/stackview/stackview.qmlproject | |
| parent | 89de921c2f6928a691f6aaa2165b5c1739f156cd (diff) | |
Move stackview example to manual tests folder
Change-Id: I5d9b39531a866d7fc5765332d364e6e2793b5b13
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'tests/manual/stackview/stackview.qmlproject')
| -rw-r--r-- | tests/manual/stackview/stackview.qmlproject | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/manual/stackview/stackview.qmlproject b/tests/manual/stackview/stackview.qmlproject new file mode 100644 index 000000000..e5a8bf02c --- /dev/null +++ b/tests/manual/stackview/stackview.qmlproject @@ -0,0 +1,16 @@ +import QmlProject 1.1 + +Project { + mainFile: "main.qml" + + /* Include .qml, .js, and image files from current directory and subdirectories */ + QmlFiles { + directory: "." + } + JavaScriptFiles { + directory: "." + } + ImageFiles { + directory: "." + } +} |
