summaryrefslogtreecommitdiff
path: root/tests/auto/language/testdata/erroneous/undeclared_property_in_export_item3.qbs
blob: ddeaf01db1ed5effda06577dac79975d324e8f31 (plain)
1
2
3
4
5
6
7
Project {
    Product {
        name: "p1"
        Export { blubb: false }
    }
    Product { Depends { name: "p1" } }
}