]> code.ossystems Code Review - openembedded-core.git/commit
qt4: fix compile error in Qt 4.8.0 with gcc 4.6
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 8 Feb 2012 13:21:59 +0000 (13:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Feb 2012 12:14:48 +0000 (12:14 +0000)
commitf29bb5b2a99ecef46e5570bf3336e9680c0b6705
tree1a6152a39c1d7a14c15ca5d812dd89760a4e1956
parentc700c2c8dea6d79e718c831d4659ce69f0b6a7e2
qt4: fix compile error in Qt 4.8.0 with gcc 4.6

Ensure the Qt configure script can can detect the compiler correctly as
g++. This fixes the following compile error with gcc 4.6:

./wtf/NullPtr.h:48:1: error: identifier 'nullptr' will become a keyword in C++0x [-Werror=c++0x-compat]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-qt/qt4/qt-4.8.0.inc
meta/recipes-qt/qt4/qt-4.8.0/configure_oe_compiler.patch [new file with mode: 0644]
meta/recipes-qt/qt4/qt4-embedded_4.8.0.bb