On Tuesday, October 27, 2015 04:40:07 PM Thiago Macieira wrote: > > From qcompilerdetection.h: > > # if defined(_HAS_DINKUM_CLIB) && !defined(_HAS_NULLPTR_T) > # undef Q_COMPILER_NULLPTR > # endif
By the way, _HAS_DINKUM_CLIB is about the C library, not C++. Should be replaced with: !_GLIBCXX_ , it's currently working out of luck. I've opened QTBUG-49083, in case someone is interested in fixing this. Regards, -- Sérgio Martins | [email protected] | Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel: Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - The Qt Experts _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
