Fix build with ICU >= 59
authorFabian Vogt <fabian@ritter-vogt.de>
Mon, 14 Sep 2020 13:56:35 +0000 (14:56 +0100)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Mon, 14 Sep 2020 13:56:35 +0000 (14:56 +0100)
commit4a43ea1261f1c102e0322481014c86235dd74ccf
tree4a837a10b4f410c46d8850eeb6a503274cdbde43
parentdc9efe2f20d162fccf1194b1c90ca7d284ee3b08
Fix build with ICU >= 59

Origin: https://build.opensuse.org/package/view_file/KDE:Qt/libqt4/fix-build-icu59.patch
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898542
Forwarded: not-needed
Reviewd-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
ICU >= 59 requires C++11 for its header files.
Qt can't be compiled with -std=c++11 as a whole, so only enable
it for qlocale_icu.cpp.

Gbp-Pq: Name fix-build-icu59.patch
src/corelib/tools/tools.pri