qt5base-lts/src/3rdparty
Mike Achtelik 67c3f3f4ff Android: Bump gradle (plugin) versions
Android Gradle plugin 4.1.3 is compatible with the new <queries>
declaration for package visibility on Android 11. If someone adds the
<queries> element or starts relying on a library or SDK that supports
targeting Android 11, they might encounter manifest merging errors when
building the app.

This is important since starting August 2021 the PlayStore requires new
apps from targeting Android 11. So lets update to the newest
Android Gradle plugin version.

This also reverts 1e4dec12d5 as AGP 4.1
requires at least buildToolsVersion 29.0.2.

Change-Id: Id8ce5dadeb8a325dc9f901503946f325f3fd18a0
Reviewed-by: Lars Schmertmann <lars.schmertmann@governikus.de>
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
2021-04-10 14:08:07 +02:00
..
android Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
blake2 3rdparty: Add reference C implementation of BLAKE2 2020-07-31 15:05:08 +02:00
dbus-ifaces dbustray: add NewMenu signal and emit it when menu changed 2018-02-22 21:05:43 +00:00
double-conversion Fix compilation with system double-conversion 2021-02-12 09:41:45 +01:00
easing Update various qt_attribution.json files 2018-11-02 13:48:35 +00:00
forkfd forkfd/Linux: ask clone() to use the SIGCHLD as the termination signal 2020-09-17 00:43:47 +00:00
freebsd Revert changes in strto(u)ll.c to avoid integer overflows 2020-10-26 11:21:33 +02:00
freetype Fix duplicate symbols warnings in bundled freetype 2021-02-01 20:13:38 +00:00
gradle Android: Bump gradle (plugin) versions 2021-04-10 14:08:07 +02:00
harfbuzz-ng Update to Harfbuzz 2.8.0 2021-04-06 12:55:18 +01:00
iaccessible2 Remove the qmake project files 2021-01-07 15:32:28 +01:00
icc Update various qt_attribution.json files 2018-11-02 13:48:35 +00:00
libjpeg Update bundled libjpeg-turbo to version 2.0.6 2021-03-04 09:04:02 +01:00
libpng Remove the qmake project files 2021-01-07 15:32:28 +01:00
md4 Update various qt_attribution.json files 2018-11-02 13:48:35 +00:00
md4c Upgrade md4c to 0.4.7 2021-01-04 10:02:31 +01:00
md5 Update various qt_attribution.json files 2018-11-02 13:48:35 +00:00
pcre2 Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
pixman Document version number of pixman 2018-08-31 12:06:34 +00:00
rfc6234 Remove workaround for MSVC 2008 2020-09-30 08:39:28 +02:00
sha1 Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
sha3 rtems: Fix build 3rdparty/sha3 2019-06-30 23:34:55 +02:00
sqlite SQLite: Update to 3.35.2 2021-03-20 11:41:24 +01:00
tinycbor Fix attribution for tinycbor 2021-02-15 08:11:33 +01:00
VulkanMemoryAllocator vkmemalloc: Silence clang warning about unused member var 2021-01-19 13:17:55 +00:00
wasm Fix dead link in thirdparty license documentation 2020-09-19 13:48:22 +02:00
wintab Doc: Improve WinTab license information 2020-09-11 17:11:03 +02:00
xcb Fix copyright information for src/3rdparty/xcb 2020-10-25 08:49:31 +00:00
zlib zlib: Fix spelling of license 2018-10-02 10:19:14 +00:00
_clang-format Make clang-format ignore formatting of third party code 2020-08-06 13:35:30 +02:00
.gitattributes Mark gradlew with Unix eol endings as it is a script 2020-07-10 11:38:00 +02:00
CMakeLists.txt CMake: Fix building with -DQT_FEATURE_gui=OFF 2020-09-15 20:05:32 +02: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.