Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
1.11.0
-
None
-
501bb599bfcfa7b98227f7fc295cd8e0a09bc927
Description
Consider the following project:
import qbs Product { Depends { name: "cpp" } targetName: { console.error(cpp.minimumMacosVersion); } }
Build with:
qbs modules.cpp.minimumMacosVersion:10.10
"10.1" will be printed. cpp.minimumMacosVersion is (obviously) a string property, so this should not happen.