[Development] About pcre in qt5

Jedrzej Nowacki jedrzej.nowacki at nokia.com
Fri Jun 8 10:30:08 CEST 2012


On Wednesday 6. June 2012 20.02.16 ext Brett Stottlemyer wrote:
> I'm hitting the same issue the QT_NO_CURSOR.  If I don't compile with this
> flag, apps crash because the cursor isn't built onto the device.  QCursor
> has no constructor when compiled with QT_NO_CURSOR, but the QMetatype seems
> to assume it is there.  That is QT_FOR_EACH_STATIC_CORE_CLASS includes
> QCursor, and the FOR_EACH crashes trying to create meta information and is
> also used to create QVariant support (which breaks without a public
> constructor as explained in the QVariant docs).

Can you share more details about the crash? QCursor support is "switched off" 
in QMetaType and QCursor when QT_NO_CURSOR is used.

Cheers,
 Jędrek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120608/f9c99968/attachment.html>


More information about the Development mailing list