Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
1.1.0
-
None
-
24314aa4bdcc0eab17b7682253a5d4d832eb89d7 e0a8ec897c15a471f69a7d8bf1dc15d4a361505f
Description
Prior to https://codereview.qt-project.org/#change,68396, the following were valid:
Product { condition: qbs.targetOS.contains("darwin") cpp.infoPlistFile: "Info.plist" } Properties { condition: qbs.targetOS.contains("darwin") cpp.infoPlistFile: "Info.plist" }
Now, this fails on Windows because the infoPlistFile property is only defined in the Darwin implementation of the cpp module. Surely this should only be an error if the context is enabled.
Attachments
Issue Links
- resulted from
-
QBS-233 yield error if a property is bound but not defined
- Closed