diff options
author | artoka <arto.katajasalo@digia.com> | 2011-11-17 14:50:06 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-17 14:59:54 (GMT) |
commit | 309be039218ef6bb8fdc97833d3e4b98ffe20037 (patch) | |
tree | 4d68890414ae8efd1387693f96b7fd890846584e /examples/declarative/ui-components/progressbar/progressbar.qmlproject | |
parent | f38788d08bcb7c50f5ce29255792a35f6ad2bb16 (diff) | |
download | Qt-309be039218ef6bb8fdc97833d3e4b98ffe20037.zip Qt-309be039218ef6bb8fdc97833d3e4b98ffe20037.tar.gz Qt-309be039218ef6bb8fdc97833d3e4b98ffe20037.tar.bz2 |
ui-components/progressbar 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/progressbar/progressbar.qmlproject')
-rw-r--r-- | examples/declarative/ui-components/progressbar/progressbar.qmlproject | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/declarative/ui-components/progressbar/progressbar.qmlproject b/examples/declarative/ui-components/progressbar/progressbar.qmlproject new file mode 100644 index 0000000..5b431ea --- /dev/null +++ b/examples/declarative/ui-components/progressbar/progressbar.qmlproject @@ -0,0 +1,16 @@ +import QmlProject 1.0 + +Project { + /* Include .qml, .js, and image files from current directory and subdirectories */ + QmlFiles { + directory: "qml/progressbar" + } + JavaScriptFiles { + directory: "qml/progressbar" + } + ImageFiles { + directory: "qml/progressbar" + } + /* List of plugin directories passed to QML runtime */ + // importPaths: [ " ../exampleplugin " ] +} |