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