aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/touchinteraction/touchinteraction.qmlproject
blob: 50254f287f9f81721e1a52a87045105423974453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import QmlProject 1.1

Project {
    mainFile: "touchinteraction.qml"
    importPaths: [ "../" ]

    /* Include .qml, .js, and image files from current directory and subdirectories */
    QmlFiles {
        directory: "."
    }
    JavaScriptFiles {
        directory: "."
    }
    ImageFiles {
        directory: "."
    }
}