Hi all,

Is there a way to pass data from the current project to a module-provider 
(<project-root>/module-providers/myProvider/provider.qbs)?

When the relativeSearchPaths is evaluated inside the module-provider, it seems 
that nearly  no properties are available. It would be enough to know the 
build-directory or pass in a path.
A work-around vould be to use outputBaseDir+”/../../..” but I’m not sure 
whether this is safe or there is a better way. Passing information determined 
at the beginning of a build (e.g. with a Probe) to the module-provider does not 
seem to be extra-ordinary to me.

Best regards,
Maxim
_______________________________________________
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs

Reply via email to