[Qbs] Any novice tickets
Christian Kandeler
Christian.Kandeler at qt.io
Wed Dec 12 10:24:56 CET 2018
On Tue, 11 Dec 2018 21:27:00 +0100
Иван Комиссаров <abbapoh at gmail.com> 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
More information about the Qbs
mailing list