qt5base-lts/src/3rdparty
Kai Koehne 00bf148b07 Fix compilation with MinGW gcc 64 bit
Fix compilation of ANGLE with gcc 4.8.0 64 bit: The

  reinterpret_cast<unsigned long>(void*)

was causing

  error: cast from 'const void*' to 'long unsigned int' loses precision

Task-number: QTBUG-34395
Change-Id: Ibde75dd4b5536f3827bdf0ab02a15e93a1a8a4f0
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2013-10-29 15:09:29 +01:00
..
angle Fix compilation with MinGW gcc 64 bit 2013-10-29 15:09:29 +01:00
atspi2 Let platform plugin decide if accessibility is active 2013-04-19 17:52:45 +02:00
des Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
easing Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
freetype Apply Qt-specific changes to the bundled FreeType 2013-04-02 22:28:58 +02:00
harfbuzz Fix more warnings, found by cross-compiling Qt 2013-05-01 08:48:13 +02:00
harfbuzz-ng [2/2] Update bundled HarfBuzz-NG sources up to 0.9.20 2013-08-30 20:26:03 +02:00
iaccessible2 Do not build dlldata.c in static builds 2012-12-18 10:06:59 +01:00
libjpeg Fixed libjpeg compiler warning about macro redefinition. 2012-04-18 01:33:57 +02:00
libpng libpng: Add WinRT compatibility 2013-09-20 13:54:16 +02:00
md4 Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
md5 Silence warning from clang 2011-11-01 17:39:32 +01:00
pcre Make PCRE's JIT work on Android devices 2013-06-19 11:54:29 +02:00
pixman Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
rfc6234 Compile SHA-2 code on systems without stdint.h 2012-02-28 18:53:32 +01:00
sha1 Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
sha3 Fix more warnings, found by cross-compiling Qt 2013-05-01 08:48:13 +02:00
sqlite Fixed CE build of sqlite3 2013-05-23 12:49:39 +02:00
wintab Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
xcb Add xcb-xkb to 3rd party libs 2013-05-07 22:43:14 +02:00
xkbcommon Make access to xkbcommon_workaround.h more generic 2013-05-07 22:43:14 +02:00
zlib Doc: Fix module name format 2013-01-25 17:27:44 +01:00
.gitattributes Moving tiff image format support and libtiff out of qtbase 2012-01-31 14:31:04 +01:00
harfbuzz.pri [2/2] Update bundled HarfBuzz-NG sources up to 0.9.20 2013-08-30 20:26:03 +02:00
libjpeg.pri exclude 3rdparty from lupdate 2012-11-20 14:13:07 +01:00
libpng.pri exclude 3rdparty from lupdate 2012-11-20 14:13:07 +01:00
pcre.pri WinRT: Disable PCRE JIT 2013-09-16 12:23:46 +02:00
README Remove QWS era pvr headers 2012-04-10 10:38:10 +02:00
sqlite.pri Fixed sqlite build for WinRT 2013-09-15 16:13:49 +02:00
xkbcommon.pri Fix xkbcommon.pri not to override QMAKE_CFLAGS 2013-06-12 10:18:27 +02:00
zlib_dependency.pri make it possible to pass configure zlib lib name 2012-08-21 11:05:20 +02:00
zlib.pri exclude 3rdparty from lupdate 2012-11-20 14:13:07 +01:00

The libraries included here are the original packages, unpacked, and
with their version number removed from the directory name (for version
information, see the README files in the directories).

Certain files and subdirectories of the original library packages that
are irrelevant to Qt may not be included here. Typically, those are
the standalone library configuration and make files, tools, test
files, contribs, documentation, and similar.

Patches may have been applied, typically for configuration and build
issues in the Qt framework. Such patches can be reviewed in the the
public git repository; they will appear in the commit logs of each
library directory, following the latest clean version update commit.

The 'patches' subdirectory contains certain patches applied prior to
the start of the public git history, where the library has not been
updated since.