qt5base-lts/src
Eskil Abrahamsen Blomfeldt 9fa1bdeeb2 Fix compilation for Android ARMv5
We have to use the 4.4.3 compiler toolchain for producing binaries
for ARMv5 on Android, since the 4.7 toolchain has a regression for
this architecture. The regression has been fixed, but the fix has
not been released yet, so until it has, we need to use the 4.4.3.
However, the 4.4.3 toolchain has a different bug, which breaks
compilation in qtimageformats with a message about redefinition of
uint. This works around that bug for Android builds. When the
patched compiler has been released, we can revert this.

Task-number: QTBUG-30921
Change-Id: I620c186c6e932413a4de1dd331fbf4b9401f2e72
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
2013-05-07 22:43:14 +02:00
..
3rdparty Fix more warnings, found by cross-compiling Qt 2013-05-01 08:48:13 +02:00
android Enable bundling Qt in Android package in build system 2013-05-01 11:24:15 +02:00
angle Add missing intrin.h include for __cpuid 2013-04-23 12:45:16 +02:00
concurrent Doc: Give C++ class lists consistent titles 2013-04-29 19:01:48 +02:00
corelib Fix compilation for Android ARMv5 2013-05-07 22:43:14 +02:00
dbus Doc: Fix module name in .qdocconf 2013-04-26 14:18:16 +02:00
gui Only expect EGL libraries in the cmake files if Qt is configured to use it. 2013-05-07 22:43:14 +02:00
network Enable bundling Qt in Android package in build system 2013-05-01 11:24:15 +02:00
opengl Doc: Give C++ class lists consistent titles 2013-04-29 19:01:48 +02:00
openglextensions Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
platformsupport Fix QFontConfigDatabase crash 2013-05-01 23:05:35 +02:00
plugins xcb: don't do mouse synthesis from touch unless we find a reason 2013-05-07 14:30:50 +02:00
printsupport qtprintsupport: Fix missing images in tools-customcompleter.html 2013-05-07 16:51:53 +02:00
sql Doc: Removed pages from "qt-sql" group. 2013-05-07 14:28:16 +02:00
testlib Fix more warnings, found by cross-compiling Qt 2013-05-01 08:48:13 +02:00
tools qdoc: Fix warning about unused variable 'high'. 2013-05-07 20:40:41 +02:00
widgets Fixed applying invalid data from QLineEdit to model 2013-05-07 22:43:14 +02:00
winmain fix path adjustments in installed metafiles 2013-01-30 15:43:00 +01:00
xml Mark as unused the private members that aren't and CANNOT be used 2013-04-15 15:32:40 +02:00
src.pro make bootstrapping of qdoc optional 2013-04-03 00:37:48 +02:00