diff options
author | artoka <arto.katajasalo@digia.com> | 2011-11-17 14:50:08 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-17 14:59:56 (GMT) |
commit | b0c82f18400d110618b37eeb96e8e82430e20347 (patch) | |
tree | f83382ee8ee1fc9706dd89ca6b613dd4bbc43b28 /examples/declarative/ui-components/searchbox/searchbox.qmlproject | |
parent | 27e49a8b5c513fb4315dc039dd7aaa186e869123 (diff) | |
download | Qt-b0c82f18400d110618b37eeb96e8e82430e20347.zip Qt-b0c82f18400d110618b37eeb96e8e82430e20347.tar.gz Qt-b0c82f18400d110618b37eeb96e8e82430e20347.tar.bz2 |
ui-components/searchbox 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/searchbox/searchbox.qmlproject')
-rw-r--r-- | examples/declarative/ui-components/searchbox/searchbox.qmlproject | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/ui-components/searchbox/searchbox.qmlproject b/examples/declarative/ui-components/searchbox/searchbox.qmlproject index d4909f8..65543be 100644 --- a/examples/declarative/ui-components/searchbox/searchbox.qmlproject +++ b/examples/declarative/ui-components/searchbox/searchbox.qmlproject @@ -3,13 +3,13 @@ import QmlProject 1.0 Project { /* Include .qml, .js, and image files from current directory and subdirectories */ QmlFiles { - directory: "." + directory: "qml/searchbox" } JavaScriptFiles { - directory: "." + directory: "qml/searchbox" } ImageFiles { - directory: "." + directory: "qml/searchbox" } /* List of plugin directories passed to QML runtime */ // importPaths: [ " ../exampleplugin " ] |