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