Last change
on this file since 865 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
367 bytes
|
Rev | Line | |
---|
[844] | 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 " ]
|
---|
| 16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.