I am looking for a way to instantiate several qbs items whose quantity and properties are based on some product properties, something like:
Repeater {
model: ["module1", "module2", "module3"]
delegate: Depends { name: model[index] }
}
Problem I'm trying to solve is creating a product with a weak dependence on every other product in the project: to process outputs of dependees which are built, but to never force a product to be built