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