aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/probes-and-shadow-products/probes-and-shadow-products.qbs
blob: 660c088a0f58619ae97ffcf9f4a9c05dc09ab92a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import qbs

Product {
    name: "p"
    multiplexByQbsProperties: "buildVariants"
    qbs.buildVariants: ["debug", "release"]
    Export {
        Probe {
            id: dummy
            configure: { found = true; }
        }
    }
}