vcpkg/ports/qt5-base/vcpkg.json
Nicolas Fella e14842c446
[qt] Add patches to fix missing includes (#19668)
* [qt] Add patches to fix missing includes

This is needed to build with GCC11

Fixes #19226

* bump version

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-09-16 10:34:42 -07:00

60 lines
1.3 KiB
JSON

{
"name": "qt5-base",
"version-semver": "5.15.2",
"port-version": 11,
"description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
"homepage": "https://www.qt.io/",
"dependencies": [
{
"name": "angle",
"platform": "!windows"
},
"double-conversion",
"egl-registry",
{
"name": "fontconfig",
"platform": "!windows"
},
"freetype",
"harfbuzz",
{
"name": "icu",
"platform": "!uwp"
},
"libjpeg-turbo",
"libpng",
"openssl",
"pcre2",
"sqlite3",
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
},
"zlib",
"zstd"
],
"features": {
"latest": {
"description": "Build latest qt version (5.15.2) instead of LTS (latest and LTS are currently the same)"
},
"mysqlplugin": {
"description": "Build the sql plugin for connecting to mysql databases",
"dependencies": [
"libmysql"
]
},
"postgresqlplugin": {
"description": "Build the sql plugin for connecting to postgresql databases",
"dependencies": [
"libpq"
]
},
"vulkan": {
"description": "Enable Vulkan support in QtGui",
"dependencies": [
"vulkan"
]
}
}
}