diff options
Diffstat (limited to 'src/corelib/global/qglobal.h')
-rw-r--r-- | src/corelib/global/qglobal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 4e360fe..406be66 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -849,7 +849,8 @@ namespace QT_NAMESPACE {} # endif #endif -#if defined(Q_OS_QNX) || defined(Q_OS_BLACKBERRY) +#ifdef __cplusplus +# if defined(Q_OS_QNX) || defined(Q_OS_BLACKBERRY) # include <utility> # if defined(_YVALS) || defined(_LIBCPP_VER) // QNX: libcpp (Dinkumware-based) doesn't have the <initializer_list> @@ -859,6 +860,7 @@ namespace QT_NAMESPACE {} # undef Q_COMPILER_INITIALIZER_LISTS # endif # endif +# endif #endif /* |