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 <thiago.macieira@intel.com>
This commit is contained in:
Rafael Roquetto 2013-01-02 16:14:30 -02:00 committed by The Qt Project
parent ba82958af9
commit 91a55c7e7d

View File

@ -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