On Tue, 11 Dec 2018 21:27:00 +0100
Иван Комиссаров <[email protected]> wrote:

> That helped, thanks!
> 
> Now I’ve a got a question about module priority. Perhaps I didn’t get the 
> idea - I tried to use two "internal.libprotobuf"  modules with different 
> priority hoping that if failed to configure, the other will be loaded. But it 
> looks like only one module is loaded, with the highest priority and if it 
> fails, others are not loaded.

Yes, the process is less dynamic than you imagined. I suppose it could be 
implemented, but it wouldn't be trivial at all.

> Maybe it’s worth trying to load all modules in a chain one after the other?

That's probably the most sensible approach. Take a look at the first
example here:
https://doc.qt.io/qbs/qml-qbslanguageitems-depends.html#details


Christian
_______________________________________________
Qbs mailing list
[email protected]
https://lists.qt-project.org/listinfo/qbs

Reply via email to