Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
1.1.0
-
None
Description
Consider the following module
import "../utils.js" as ModUtils Module { Rule { Artifact { condition: ModUtils.moduleProperty(product, "foo") } } }
Even though no error is emitted (bug 1) the condition will always be false, because ModUtils is not visible there (bug 2).
Attachments
Issue Links
- is required for
-
QBS-413 Add support for building WiX setup packages (msi and exe)
- Closed