aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/duplicate-multiplex-value.qbs
blob: 965fd36f7431d9b4e3aee8d8bd157443b8a2ff68 (plain)
1
2
3
4
5
6
7
8
import qbs // FIXME: Don't remove this import because then the test fails!

Product {
    name: "p"
    multiplexByQbsProperties: "architectures"
    aggregate: false
    qbs.architectures: ["x86", "arm", "x86"]
}