From 91a55c7e7d15ca67d162af52e2332de2d1003490 Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Wed, 2 Jan 2013 16:14:30 -0200 Subject: [PATCH] Disable Q_COMPILER_RVALUE_REFS on QNX std::forward and std::move are not yet supported by the NDK. Change-Id: I1df1b5e88717c0d27a280862b98eb68262927f2b Reviewed-by: Thiago Macieira --- src/corelib/global/qcompilerdetection.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/corelib/global/qcompilerdetection.h b/src/corelib/global/qcompilerdetection.h index f65fa01538..0ba0d9be63 100644 --- a/src/corelib/global/qcompilerdetection.h +++ b/src/corelib/global/qcompilerdetection.h @@ -702,6 +702,9 @@ # ifdef Q_COMPILER_INITIALIZER_LISTS # undef Q_COMPILER_INITIALIZER_LISTS # endif +# ifdef Q_COMPILER_RVALUE_REFS +# undef Q_COMPILER_RVALUE_REFS +# endif # endif # endif #endif // Q_OS_QNX