aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/undeclared_property_in_Properties_item.qbs
blob: d9bd00ce71fc6bc9e2aa989dd8a691ee9a876506 (plain)
1
2
3
4
5
6
7
8
import qbs

Product {
    Properties {
        condition: true
        blubb.bla: "x"
    }
}