Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
1.8.0
-
None
-
ffc3acc1b14dcdaeb0e42bba8d6eef121d320b2e
Description
The following project fails to build with "ERROR: The name of module 'Android' is equal to the first component of the name of module 'Android.ndk', which is not allowed". Moving the Android.ndk.appStl property binding out of the Properties block is a possible workaround.
import qbs Project { CppApplication { Depends { name: "Android.ndk" } Properties { condition: true Android.ndk.appStl: "gnustl_shared" } } }
Attachments
For Gerrit Dashboard: QBS-1101 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
184994,2 | Fix wrong item type when handling Properties blocks | master | qbs/qbs | Status: MERGED | +2 | 0 |