summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata/probes-and-array-properties/probes-and-array-properties.qbs
blob: c7d88ec147053a288f26f3f2beb5565bd098f26a (plain)
1
2
3
4
5
6
7
8
import qbs

Product {
    name: "theProduct"
    type: ["the-output"]
    Depends { name: "mymodule" }
//    mymodule.prop: ["product"]
}