summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/parallax/parallax.qmlproject
blob: cc2a4a6fca7fa2134521f3485e7dfbdd49c497ae (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/parallax"
    }
    JavaScriptFiles {
        directory: "qml/parallax"
    }
    ImageFiles {
        directory: "qml/parallax"
    }
    /* List of plugin directories passed to QML runtime */
    // importPaths: [ " ../exampleplugin " ]
}