aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/qrc/i.qbp
blob: 11b9d1be39af6e319057ee27f9b452793d8977b2 (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",
            "stuff.txt"
        ]
    }
}