qt6-bb10/src/3rdparty
Kai Koehne 29ed90a147 Doc: Improve WinTab license information
Do categorize the license as LCS-Telegraphics License. Although SPDX
doesn't know about the license (yet), DejaCode does:

https://enterprise.dejacode.com/licenses/public/lcs-telegraphics/

So it's more helpful for the user to give the license a name, then
to just call it 'Custom'.

[ChangeLog][Third-Party Code] Changed classification of the wintab
license from "Custom" to "LCS-Telegraphics License"

Pick-to: 5.12
Pick-to: 5.15
Change-Id: Iba7538f67b43ceca2e599fc1ede520962d4a7e43
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2020-09-11 17:11:03 +02:00
..
VulkanMemoryAllocator Revert "Add missing override" for 3rdparty vk_mem_alloc.h 2020-07-29 15:35:01 +03:00
android
blake2 3rdparty: Add reference C implementation of BLAKE2 2020-07-31 15:05:08 +02:00
dbus-ifaces
double-conversion CMake: Remove old 3rdparty mechanism for double conversion 2020-03-10 07:33:07 +01:00
easing
forkfd forkfd: remove FFD_VFORK_SEMANTICS 2020-06-30 08:11:23 +00:00
freebsd
freetype CMake: Generate information about 3rdparty libs in module .pri files 2020-05-19 13:26:53 +02:00
gradle Android: Copy required gradle files in non-prefix shadow builds 2020-08-18 20:24:43 +02:00
harfbuzz-ng CMake: Generate information about 3rdparty libs in module .pri files 2020-05-19 13:26:53 +02:00
iaccessible2
icc
libjpeg Update bundled libjpeg-turbo to version 2.0.5 2020-08-06 13:34:53 +02:00
libpng Improve license information for libpng 2020-08-26 17:30:50 +02:00
md4
md4c Update md4c to 0.4.3 2020-02-22 00:38:10 +01:00
md5
pcre2 Disable PCRE2 JIT on macOS ARM64 2020-07-10 23:34:33 +00:00
pixman
rfc6234
sha1
sha3 rtems: Fix build 3rdparty/sha3 2019-06-30 23:34:55 +02:00
sqlite sqlite: Upgrade to 3.32.3 2020-07-16 10:09:41 +02:00
tinycbor CBOR support: prevent overflowing QByteArray's max allocation 2020-03-27 16:45:48 -03:00
wasm
wintab Doc: Improve WinTab license information 2020-09-11 17:11:03 +02:00
xcb 3rdparty: remove xcb libs and bump minimal required version to 1.11 2019-08-27 01:06:40 +02:00
zlib
.gitattributes Mark gradlew with Unix eol endings as it is a script 2020-07-10 11:38:00 +02:00
CMakeLists.txt CMake: Remove old 3rdparty mechanism for harfbuzz-non-ng 2020-03-10 07:33:13 +01:00
README
VulkanMemoryAllocator.pri Add VulkanMemoryAllocator 2019-06-12 12:42:38 +02:00
_clang-format Make clang-format ignore formatting of third party code 2020-08-06 13:35:30 +02:00
libjpeg.pri MSVC: Fix C4996 warnings when building Qt 2020-08-19 12:46:09 +02:00
md4c.pri Markdown importer: use Unicode decoding 2020-02-03 14:58:00 +01:00
sqlite.pri Remove winrt 2020-06-06 20:25:49 +02:00
zlib.pri
zlib_dependency.pri

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.