Hi,
I have a bunch of single-file example apps, which I need to build.
I'd like to create a project with many products, provided by a list.
I can do something like:
--- Example.qbs ---
import qbs
CppApplication {
files: name + ".cpp"
}
--- Examples.qbs ---
import qbs
Project {
Example { name: "ex1" }
Example { name: "ex2" }
...
}
But I'm looking for something more dynamic. Is there a way to have a
list-driven products generator?
- Orgad
_______________________________________________
Qbs mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs