qt6-bb10/src/3rdparty
Dmitry Shachnev 657a8cf5be Remove exec bits from files that should not be executable
Change-Id: I66f49c6db82eadc3b11cc9b1cf01375e9596a8e6
Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
2015-06-07 22:50:19 +00:00
..
android Android: Fix exceptions in ExtractStyle.java on Android L 2014-08-01 22:12:41 +02:00
angle ANGLE: Fix compilation without d3d11 2015-05-28 06:52:01 +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 Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
forkfd Fix forkfd on OS X 10.7 and earlier by avoiding waitid altogether 2015-05-27 14:47:54 +00:00
freebsd Update strto(u)ll.c to not produce a warning with -Wcast-qual 2015-03-12 04:23:54 +00:00
freetype Build bundled freetype as qt_helper_lib 2015-03-27 21:54:22 +00:00
harfbuzz Fix MSVC 64 bit compiler warnings in 3rdparty code 2015-05-13 01:09:16 +00:00
harfbuzz-ng Fix WEC2013 build of harfbuzz-ng 2015-04-11 12:54:00 +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 Update bundled libpng to version 1.6.17 2015-04-09 12:14:28 +00:00
md4 Fix MSVC 64 bit compiler warnings in 3rdparty code 2015-05-13 01:09:16 +00:00
md5 Compile: remove "register" keyword in MD5Transform 2014-04-04 01:29:35 +02:00
pcre Update PCRE to 8.37 2015-05-12 20:11:05 +00:00
pixman
rfc6234
sha1 Update copyright headers 2015-02-11 06:49:51 +00:00
sha3 Remove exec bits from files that should not be executable 2015-06-07 22:50:19 +00:00
sqlite Fix WEC2013 build of sqlite3. 2015-06-07 09:29:16 +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 Fix WEC2013 build of zlib. 2015-04-28 15:16:17 +00:00
.gitattributes
README
freetype_dependency.pri Build bundled freetype as qt_helper_lib 2015-03-27 21:54:22 +00:00
harfbuzz_dependency.pri Bring harfbuzzng.pri naming in par with the other .pri-s in src/3rdparty 2015-03-11 21:46:58 +00:00
icu_dependency.pri Introduce icu_dependency.pri 2015-03-20 18:12:04 +00:00
libjpeg.pri libjpeg: Define NO_GETENV for WinRT 2013-11-18 11:00:04 +01:00
libpng.pri Update bundled libpng to version 1.6.17 2015-04-09 12:14:28 +00:00
pcre_dependency.pri Build bundled PCRE copy as qt_helper_lib 2015-03-20 18:12:09 +00:00
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.