Fix build issue to wrongly declared QXMPP_VERSION define

Authored by fazevedo on Jul 6 2019, 8:55 AM.

Description

Fix build issue to wrongly declared QXMPP_VERSION define

It is declared as an unenclosed or'dered value, making comparison
failing.
ie, lead to #if (0x1 << 16) | (0x0 << 8) | 0x0 >= 65536

Details

Committed
lnjJul 6 2019, 10:03 AM
Parents
R1041:15ce4abb08c1: ChatMessageImage: Add support for animated images
Branches
Unknown
Tags
Unknown