I have been asking similar question before and the answer is sadly no there is
not. Out of the box there is multiplexing but while in theory it could support
any property it is currently limited to only a few. Nevertheless I have created
something that might actually do exactly what you want - qbs-autoproject:
https://github.com/Resurr3ction/qbs-autoproject
Basically a Qbs project file that creates products dynamically.
______________________________________________________________
Od: "Orgad Shaneh" <[email protected]>
Komu: "[email protected]" <[email protected]>
Datum: 13.09.2018 11:10
Předmět: [Qbs] Creating many products from a list
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
<http://lists.qt-project.org/mailman/listinfo/qbs>
_______________________________________________
Qbs mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs