qt5base-lts/src/3rdparty
Ralf Nolden 1a96295755 Libpng config.tests: use pkg-config when available
Add pkg-config to the libpng usages as not all systems have the
symlink libpng.so -> libpng<version>.so (affected: NetBSD) that changes
with the version of the lib. If no-pkg-config is used, use -lpng as
before. Tested with FreeBSD 10.3, NetBSD 7.0.1 using png 1.6.21

Change-Id: I5c87f380c84da3d5c56c94da53adb900791c8caa
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2016-06-27 18:45:29 +00:00
..
android
angle ANGLE: Disable support for shared handles in warp mode on Windows < 8 2016-05-12 12:15:42 +00:00
atspi2
dbus-ifaces Fix pixmap types in org.kde.StatusNotifierItem.xml 2016-01-21 07:36:47 +00:00
easing Several cases of s/decelerating from/decelerating to/. 2015-10-21 13:19:55 +00:00
forkfd NetBSD/OpenBSD: Compile fix and proper detection of pipe2 2016-06-04 18:11:12 +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 make qt-freetype use qt-zlib when present 2016-05-09 12:52:13 +00:00
harfbuzz Fix MSVC 64 bit compiler warnings in 3rdparty code 2015-05-13 01:09:16 +00:00
harfbuzz-ng Bundled HarfBuzz: simplify the built-in shapers list configuration 2016-03-07 14:04:53 +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.20 2016-03-16 14:32:49 +00:00
md4 Fix MSVC 64 bit compiler warnings in 3rdparty code 2015-05-13 01:09:16 +00:00
md5 QtCore: Fix const correctness in old style casts 2015-07-20 15:54:19 +00:00
pcre Update PCRE to SVN r1622 (8.38 + patches) 2016-01-04 08:56:28 +00:00
pixman iOS: Enable non-pixman NEON drawhelpers for both 32 and 64-bit 2015-12-12 07:19:04 +00:00
rfc6234 Fix compilation MSVC warning in 3rdparty/rfc6234 2016-04-20 07:49:41 +00:00
sha1 Update copyright headers 2015-02-11 06:49:51 +00:00
sha3 Fix some -Wcast-qual warnings 2015-09-22 22:46:27 +00:00
sqlite Fixing the SQLite3 build for WEC2013 again. 2016-03-04 20:42:38 +00:00
wintab
xcb xcb: Add Xinerama 3rd party source code for static build 2015-12-22 11:29:26 +00:00
xkbcommon
zlib Fix visibility of bundled zlib symbols with mingw 2015-12-21 10:10:30 +00:00
.gitattributes
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 fix usage of wince scope 2015-06-05 10:29:10 +00:00
libpng.pri Get rid of QT_USE_BUNDLED_LIBPNG 2015-11-23 18:52:35 +00:00
pcre_dependency.pri Build bundled PCRE copy as qt_helper_lib 2015-03-20 18:12:09 +00:00
png_dependency.pri Libpng config.tests: use pkg-config when available 2016-06-27 18:45:29 +00:00
README
sqlite.pri
xkbcommon.pri
zlib_dependency.pri make zlib_dependency auto-add QtCore as a private dep 2016-05-09 12:52:08 +00:00
zlib.pri fix usage of wince scope 2015-06-05 10:29:10 +00: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.