Details
Description
Example:
Project {
property bool uselib: false
references: useLib ? ["mylib.qbs"] : []
}
When you say "uselib:true" on the command line, the references list is still empty. Other things like Group conditions work as expected, as does changing the property in the qbs source file.