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