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

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to