qt6-bb10/src/3rdparty
Friedemann Kleint ba87cfd774 iaccessible2.pri: Fix architecture detection
Use QT_ARCH instead of legacy QMAKE_TARGET.arch, which is not
defined for MinGW.

Change-Id: I5a1298321f696cf1bc30613283174ecfa0139600
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2017-07-11 18:05:07 +00:00
..
android Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
angle ANGLE: Fix flickering on resize when D3D9 is used 2017-07-03 06:41:01 +00:00
dbus-ifaces Add native support for D-Bus global menu 2016-02-23 20:56:07 +00:00
double-conversion Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
easing Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
forkfd forkfd: fix calling the old signal handler when there wasn't one 2017-03-06 09:56:35 +00:00
freebsd Improve documentation for 3rdparty freebsd code 2016-11-23 09:35:46 +00:00
freetype Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/dev 2017-01-26 00:37:14 +00:00
gradle gradle: Complete qt_attribution.json file 2017-04-24 12:51:47 +00:00
harfbuzz Fix libs build with msvc on Chinese locale on Windows 2017-02-01 08:35:42 +00:00
harfbuzz-ng Document harfbuzz-ng upstream version 2017-02-03 18:03:36 +00:00
iaccessible2 iaccessible2.pri: Fix architecture detection 2017-07-11 18:05:07 +00:00
libjpeg Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
libpng Update bundled libpng to version 1.6.28 2017-01-31 18:28:54 +00:00
md4 Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
md5 Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
pcre2 Update attribution file for changed command line param 2017-04-07 21:05:47 +00:00
pixman Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
rfc6234 Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
sha1 Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
sha3 Extend documentation for SHA-3 third-party license 2016-11-23 09:35:26 +00:00
sqlite Update bundled sqlite to 3.16.2 as it fix some small regressions 2017-05-23 08:44:21 +00:00
wintab Convert features.tabletevent to QT_CONFIG 2017-06-28 16:15:14 +00:00
xcb Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
xkbcommon Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
zlib make bootstrapped build work entirely without generated headers 2016-08-19 04:26:59 +00:00
.gitattributes
README
libjpeg.pri Remove remains of wince in .pro files 2017-07-03 05:32:51 +00:00
sqlite.pri Enable FTS5, will be used by Assistant instead of clucene 2017-02-23 09:18:55 +00:00
xkbcommon-x11.pri Clean up xkbcommon.pri 2016-08-19 04:27:50 +00:00
xkbcommon.pri Make sure X11 paths are properly set in plugins 2016-10-06 19:04:36 +00:00
zlib.pri Remove remains of wince in .pro files 2017-07-03 05:32:51 +00:00
zlib_dependency.pri Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00: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.