aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/tweetsearch/tweetsearch.qmlproject
blob: 5a0f31117b7c7ec23f3d7141f9ef411ed4bc5d88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import QmlProject 1.1

Project {
    mainFile: "tweetsearch.qml"

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