summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components/searchbox/searchbox.qmlproject
diff options
context:
space:
mode:
authorartoka <arto.katajasalo@digia.com>2011-11-17 14:50:08 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-17 14:59:56 (GMT)
commitb0c82f18400d110618b37eeb96e8e82430e20347 (patch)
treef83382ee8ee1fc9706dd89ca6b613dd4bbc43b28 /examples/declarative/ui-components/searchbox/searchbox.qmlproject
parent27e49a8b5c513fb4315dc039dd7aaa186e869123 (diff)
downloadQt-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.qmlproject6
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 " ]