summaryrefslogtreecommitdiffstats
path: root/examples/declarative/animation/behaviors/behavior-example/behaviors.qmlproject
blob: 7de2b3bafa1bf647f72e6d6382e7d171b5466d1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import QmlProject 1.0

Project {
    /* Include .qml, .js, and image files from current directory and subdirectories */
    QmlFiles {
        directory: "qml/behaviours"
    }
    JavaScriptFiles {
        directory: "qml/behaviours"
    }
    ImageFiles {
        directory: "qml/behaviours"
    }
    /* List of plugin directories passed to QML runtime */
    // importPaths: [ " ../exampleplugin " ]
}