aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/samegame/samegame3/samegame3.qmlproject
blob: 42ffacf4f8caba7d461d359b40752f717f56e4ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import QmlProject 1.1

Project {
    mainFile: "samegame.qml"

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