Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
1.10.0
-
None
-
40327c827 (2.2)
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