diff --git a/src/corelib/global/qcompilerdetection.h b/src/corelib/global/qcompilerdetection.h index 6d8040a68f..5abf910254 100644 --- a/src/corelib/global/qcompilerdetection.h +++ b/src/corelib/global/qcompilerdetection.h @@ -661,6 +661,18 @@ //# define Q_COMPILER_INITIALIZER_LISTS #endif +#if defined(Q_OS_BLACKBERRY) || defined(Q_OS_QNX) +# include +# if defined(_YVALS) || defined(_LIBCPP_VER) +// QNX: libcpp (Dinkumware-based) doesn't have the +// header, so the feature is useless, even if the compiler supports +// it. Disable. +# ifdef Q_COMPILER_INITIALIZER_LISTS +# undef Q_COMPILER_INITIALIZER_LISTS +# endif +# endif +#endif // Q_OS_BLACKBERRY || Q_OS_QNX + /* * C++11 keywords and expressions */