[Qbs] ModuleProvider concept

Christian Kandeler christian.kandeler at qt.io
Thu Feb 16 10:37:16 CET 2023


On 2/16/23 09:53, Heiko Nardmann wrote:
>
> I'm trying to understand the ModuleProvider concept. Is this something 
> I should look for when trying to retrieve parts - "Depends" - of my 
> project from e.g. Artifactory?
>
If your modules cannot be "static", i.e. you need to query some external 
resource to *create* the files (rather than just fill in property 
values), then that would fit the use case.

For a real-world example, you might want to look at the Qt module 
provider that's shipped with qbs.


Christian



More information about the Qbs mailing list