Details
-
Bug
-
Resolution: Done
-
P2: Important
-
1.10.0
-
None
-
712c5474b08af11b34c37b545f4e2b7baab27a9f
Description
If I give an ID to say, the cpp module in GenericGCC.qbs, and then reference a property from a Probe in that module, for example:
// GenericGCC.qbs import qbs Module { id: genericGCC Probe { toolchainInstallPath: genericGCC.toolchainInstallPath } }
...I get asserts:
SOFT ASSERT: varValue in /Users/jakepetroules/OpenSource/qbs/qbs/src/lib/corelib/language/evaluatorscriptclass.cpp:576
Everything still seems to work though. If I define the same ID in the derived item (say, windows-mingw.qbs), the asserts go away.
Attachments
Issue Links
- relates to
-
QBS-1016 Using product id property vs context property in a base item has different values
- Closed