diff options
author | artoka <arto.katajasalo@digia.com> | 2011-11-17 14:50:05 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-17 14:59:54 (GMT) |
commit | f38788d08bcb7c50f5ce29255792a35f6ad2bb16 (patch) | |
tree | 5e76354ebd7f8794ea78782d56992bfefc741e07 /examples/declarative/ui-components/main/main.qmlproject | |
parent | 5c2f5bf955e5c5a37c59f64ae05d816416c3f1ac (diff) | |
download | Qt-f38788d08bcb7c50f5ce29255792a35f6ad2bb16.zip Qt-f38788d08bcb7c50f5ce29255792a35f6ad2bb16.tar.gz Qt-f38788d08bcb7c50f5ce29255792a35f6ad2bb16.tar.bz2 |
ui-components/main example modifications
Modified the example to use centralized qmlapplicationviewer,
removed duplicate files and modified project files according
to the changes.
Merge-request: 2719
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples/declarative/ui-components/main/main.qmlproject')
-rw-r--r-- | examples/declarative/ui-components/main/main.qmlproject | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/declarative/ui-components/main/main.qmlproject b/examples/declarative/ui-components/main/main.qmlproject new file mode 100644 index 0000000..91ddfd4 --- /dev/null +++ b/examples/declarative/ui-components/main/main.qmlproject @@ -0,0 +1,16 @@ +import QmlProject 1.0 + +Project { + /* Include .qml, .js, and image files from current directory and subdirectories */ + QmlFiles { + directory: "qml/main" + } + JavaScriptFiles { + directory: "qml/main" + } + ImageFiles { + directory: "qml/main" + } + /* List of plugin directories passed to QML runtime */ + // importPaths: [ " ../exampleplugin " ] +} |