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 explicit resolve method #16449

Closed ABBAPOH closed 3 weeks ago

ABBAPOH commented 3 weeks ago

Changelog: Feature: Added resolve() method to the Qbs toolchain. Docs: Omit

Most tools have a separate configuration step and Qbs is no different. It's strange that the API doesn't provide a separate method for this. Add it now so that users can understand better what went wrong during which stage.