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.

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

> 11 дек. 2018 г., в 10:37, Christian Kandeler <[email protected]> 
> написал(а):
> 
> On Mon, 10 Dec 2018 22:50:14 +0100
> Иван Комиссаров <[email protected]> wrote:
> 
>> https://codereview.qt-project.org/#/c/247814/1
>> 
>> Can you please take a look what I am doing wrong? 
> 
> Don't use ids in Depends items, that won't work properly. Always refer to a 
> module by its real name. You then also need to rename the "private" prefix to 
> something else, as that is a reserved word in JavaScript.
> 
> 
> Christian
> _______________________________________________
> Qbs mailing list
> [email protected]
> https://lists.qt-project.org/listinfo/qbs

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

Reply via email to