source:
trunk/examples/declarative/ui-components/searchbox/searchbox.qmlproject@
846
Last change on this file since 846 was 846, checked in by , 14 years ago | |
---|---|
File size: 367 bytes |
Line | |
---|---|
1 | import QmlProject 1.0 |
2 | |
3 | Project { |
4 | /* Include .qml, .js, and image files from current directory and subdirectories */ |
5 | QmlFiles { |
6 | directory: "." |
7 | } |
8 | JavaScriptFiles { |
9 | directory: "." |
10 | } |
11 | ImageFiles { |
12 | directory: "." |
13 | } |
14 | /* List of plugin directories passed to QML runtime */ |
15 | // importPaths: [ " ../exampleplugin " ] |