Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / examples / declarative / qtquick1 / animation / behaviors / behaviors.qmlproject
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 }