diff options
author | Kai Koehne <[email protected]> | 2013-04-26 15:40:52 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-04-30 10:21:35 +0200 |
commit | 5ee66382c9f887491c922383510ab9b199150b35 (patch) | |
tree | c31305897155a6969bc24c7c7fcffb6480b50f8b /examples/quick/controls/stackview/stackview.qmlproject | |
parent | 070943e78d32aab9eb6e825c5badc2da35851f3a (diff) |
Move examples into separate quick/controls directory
This makes sure all examples are in a separate directory for the
Qt source packages. It also is in line with how the other repositories
are structured.
Task-number: QTBUG-30886
Change-Id: Idc2856e5dfaf467c8cb9764aee327a3b20c7b2d0
Reviewed-by: Caroline Chao <[email protected]>
Diffstat (limited to 'examples/quick/controls/stackview/stackview.qmlproject')
-rw-r--r-- | examples/quick/controls/stackview/stackview.qmlproject | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/quick/controls/stackview/stackview.qmlproject b/examples/quick/controls/stackview/stackview.qmlproject new file mode 100644 index 000000000..e5a8bf02c --- /dev/null +++ b/examples/quick/controls/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: "." + } +} |