Details
-
Type:
Bug
-
Status: Reported
-
Priority:
Not Evaluated
-
Resolution: Unresolved
-
Affects Version/s: 1.10.0
-
Fix Version/s: None
-
Component/s: Language Syntax & Semantics
-
Labels:None
Description
From a comment of QBS-1287:
Project { Product { name: "foo" Export { Depends { name: "dep"; cpp.link: false } // dep } } Product { name: "bar" Depends { name: "foo" } Depends { name: "dep"; cpp.link: true } } }
In this example dep is not linked with bar. I would expect that properties in Product/Depends override properties in Export/Depends.
Attachments
Issue Links
- relates to
-
QBS-1287 cpp.link property doesn't work in exported Depends item
-
- Closed
-