aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/collidingmice/collidingmice.qbp
blob: b6b875ed1410666a368873c042721e56ff4d2800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import qbs.base 1.0

Project {
    Application {
        name : "CollidingMice"
        destination: "bin"

        Depends { name: "Qt.gui" }

        files : [
            "main.cpp",
            "mouse.cpp",
            "mouse.h",
            "mice.qrc"
        ]
    }
}