aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/property-assignment-on-non-present-module/property-assignment-on-non-present-module.qbs
blob: a01d6c56118b4b574a8e23dbdcad5e9703065f1f (plain)
1
2
3
4
Product {
    Depends { name: "nein"; required: false }
    nein.doch: "ohhh!"
}