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