qt6-bb10/src/3rdparty
Konstantin Ritt 01203a94b5 Update bundled HarfBuzz to 0.9.39
No significant changes, just stick to a released version.

Change-Id: Ib9c4ce6f7da07727e890a4ac3265fc4574e89821
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
2015-02-12 10:05:24 +00:00
..
android Android: Fix exceptions in ExtractStyle.java on Android L 2014-08-01 22:12:41 +02:00
angle Update copyright headers 2015-02-11 06:49:51 +00:00
atspi2 Update 3rdparty/atspi2 constants 2014-08-18 15:29:24 +02:00
dbus-ifaces QSystemTrayIcon uses D-Bus org.freedesktop.Notifications on Linux 2015-01-23 05:34:00 +01:00
easing Update copyright headers 2015-02-11 06:49:51 +00:00
forkfd Add spawnfd for use where fork / forkfd can't be used 2015-01-23 19:13:12 +01:00
freebsd Import the FreeBSD strtoXX functions 2014-10-30 22:49:51 +01:00
freetype Update copyright headers 2015-02-11 06:49:51 +00:00
harfbuzz Update copyright headers 2015-02-11 06:49:51 +00:00
harfbuzz-ng Update bundled HarfBuzz to 0.9.39 2015-02-12 10:05:24 +00:00
iaccessible2 Do not compile in dlldata.c or ia2_api_all_c.c 2015-02-04 14:59:03 +00:00
libjpeg
libpng
md4
md5 Compile: remove "register" keyword in MD5Transform 2014-04-04 01:29:35 +02:00
pcre Update copyright headers 2015-02-11 06:49:51 +00:00
pixman
rfc6234
sha1 Update copyright headers 2015-02-11 06:49:51 +00:00
sha3 qtbase: Fix build error on 64bit BigEndian platforms 2013-12-05 14:15:19 +01:00
sqlite update bundled sqlite to 3.8.8.2 2015-02-03 11:35:10 +00:00
wintab
xcb Update bundled libxcb-xkb version to 1.10 2014-03-06 17:22:55 +01:00
xkbcommon Fix compilation on libxcb 1.5 2014-05-19 15:52:58 +02:00
zlib zlib: rename z_errmsg symbol to avoid name clash when linking statically 2014-01-09 20:14:48 +01:00
.gitattributes
README
harfbuzzng.pri Build bundled HarfBuzz-NG outside QtGui 2014-03-14 18:18:26 +01:00
libjpeg.pri
libpng.pri
pcre.pri
sqlite.pri Add sqlite to Windows Phone default build 2014-08-02 20:10:33 +02:00
xkbcommon.pri Update bundled libxkbcommon version to 0.4.1 2014-04-03 14:20:19 +02:00
zlib.pri fix error when cross-compiling with --system-zlib 2015-01-08 09:31:49 +01:00
zlib_dependency.pri Replace win32-g++ with mingw scope 2014-01-17 12:08:24 +01:00

README

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.