Description
Consider this project:
import qbs Project { Product { name: "dependency" Export { Depends { name: "cpp" } } } Application { name: "app" files: ["main.cpp"] Depends { name: "dependency" } } }
Building it does not do anything, because in contrast to what one would expect, the "app" product does not get a dependency on the cpp module.
Attachments
Issue Links
- is replaced by
-
QBS-584 properly support private dependencies
-
- Open
-