Re: [Qbs] Passing data from current project to module-provider

2024-06-28 Thread Иван Комиссаров
You’d need to add a property in the provider and set in the top-level project to path. The reason that providers cannot access product/project props directly is because we use provider props as a prodiver cache key to avoid generating modules for every product. Adding all possible props of the

[Qbs] Passing data from current project to module-provider

2024-06-27 Thread Maximilian Hrabowski
Hi all, Is there a way to pass data from the current project to a module-provider (/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