Hello!

In ModuleA there is a property enableFeature which by default is false.

ModuleB conditionally depends on ModuleC, if ModuleA.enableFeature is true.

A Product depends on ModuleA and ModuleB and sets ModuleA.enableFeature to 
true. However, ModuleC is not used as a dependency.

I assume this is expected behaviour, because otherwise it might be impossible 
to reach a stable dependency graph. But how can I achieve what I’m trying to do 
here?

Thanks!

Christian
_______________________________________________
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs

Reply via email to