summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata/probes-and-shadow-products/probes-and-shadow-products.qbs
blob: 19fc67f71e253d15957f91b95e3fb181de255a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
Product {
    name: "p"
    multiplexByQbsProperties: "buildVariants"
    qbs.buildVariants: ["debug", "release"]
    Export {
        Probe {
            id: dummy
            configure: { found = true; }
        }
    }
}