]> code.ossystems Code Review - openembedded-core.git/commit
qt4: Fix kmap2qmap build with clang
authorKhem Raj <raj.khem@gmail.com>
Wed, 9 Sep 2015 06:28:49 +0000 (06:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Sep 2015 14:39:34 +0000 (15:39 +0100)
commitdb87b70b6422cea860b5ad688015e4b668ff605d
tree14af06cd66c0de101351963a8c4f9e3e0a43c3fc
parent4ee64cb3d922bce4a4b70ac83474e9955239e954
qt4: Fix kmap2qmap build with clang

Adapted and backported https://codereview.qt-project.org/#/c/107464/

Fixes errors like
../../include/QtCore/../../src/corelib/tools/qalgorithms.h:161:20:
error: call to function 'operator<' that is neither visible in the
template definition nor found by argument-dependent lookup
        return (t1 < t2);

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-qt/qt4/qt4-4.8.7.inc
meta/recipes-qt/qt4/qt4-4.8.7/0034-Fix-kmap2qmap-build-with-clang.patch [new file with mode: 0644]