vcpkg/ports/qt5-base/vcpkg.json
ras0219 b5bb1511f0
[many ports] Apply host dependencies (#16479)
* [vcpkg] Add VCPKG_HOST_TRIPLET. Improve vcpkg.schema.json

* [many ports] Apply host dependencies

* [yasm-tool] Revert yasm-tool changes to split into PR #16478

* [many ports] Add versions

* [vcpkg.cmake] Revert change applied in other PR

* [boost-modular-build-helper] Merge from master

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-26 12:55:34 -07:00

50 lines
1.1 KiB
JSON

{
"name": "qt5-base",
"version-string": "5.15.2",
"port-version": 3,
"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",
"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"
]
}
}
}