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

Project {
    Product {
        type: "application"
        name: "i"

        Depends {
            name: "Qt.core"
        }

        files: [
            "bla.cpp",
            "bla.qrc",
            "foo.qrc",
            "stuff.txt"
        ]
    }
}