Details
Description
The following example will fail with "module m cannot be loaded".
import qbs Product { qbs.sysroot: "x" Depends { name: "m" } }
import qbs Module { condition: qbs.sysroot === "x" }
This issue was found in https://codereview.qt-project.org/#/c/202399/.
Attachments
Issue Links
- mentioned in
-
Page Loading...