conan-io / conan

Conan - The open-source C and C++ package manager
https://conan.io
MIT License
7.96k stars 952 forks source link

Qbs: Add test for multiple configurations #16435

Closed ABBAPOH closed 3 weeks ago

ABBAPOH commented 3 weeks ago

Changelog: Omit Docs: Omit

With Qbs, it is possible to build the project in multiple passes for different set of properties. While it is not very useful when creating Conan packages, since Conan only support one configuration, we expose this feature in API and it's good to be able to test it.