[Development] qt_message_fatal() in Linux

andrea mariofutire at googlemail.com
Wed Nov 22 21:59:28 CET 2017


On 21/11/17 21:55, Thiago Macieira wrote:
> On terça-feira, 21 de novembro de 2017 13:52:00 PST andrea via Development
> wrote:
>>       if (Q_UNLIKELY(version != QObjectPrivateVersion))
>>           qFatal("Cannot mix incompatible Qt library (version 0x%x) with this
>> library (version 0x%x)", version, QObjectPrivateVersion);
>>
>> This eventually calls qt_message_fatal() with a message like the string
>> above, but it is discarded.
> 
> No, it isn't.
> 

You are indeed right

Cannot mix incompatible Qt library (version 0x50900) with this library (version 0x50902)
Aborted (core dumped)



I got so focused on the "core dumped" message, that I missed the rest...

Cheers




More information about the Development mailing list