summaryrefslogtreecommitdiff
path: root/meta/recipes-qt/qt4/qt-4.8.0/configure_oe_compiler.patch
Commit message (Collapse)AuthorAgeFilesLines
* qt4: fix compile error in Qt 4.8.0 with gcc 4.6Paul Eggleton2012-02-281-0/+31
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>