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
_______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development