Details
-
Bug
-
Resolution: Done
-
P2: Important
-
0.3
-
None
-
7f83ff024e1fe56c71d193a95cc9af988c12660d
Description
Qbs should yield an error if a property is bound but not defined.
Product { narf: "zort" // ERROR: Unknown property "narf" at location... bla.narf: "zort" // ERROR: Unknown property "bla" at location... Depends { name: "cpp" } cpp.knolf: "gnampf" // ERROR: Unknown property "knolf" at location... }
Attachments
Issue Links
- resulted in
-
QBS-409 Regression: binding to undefined properties yields an error even if the context is disabled with the condition property
- Closed