mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 08:39:01 +08:00
7f17087407
* qt5-base: misleading list of system packages reqd qt5-base requires many more packages present than just a mere libxkbcommon-x11-dev currently suggested. Let's instead point users to thezure provision script, which a complete and an up-to-date list of them. * [qt5-base] bump version * update version record * Update ports/qt5-base/vcpkg.json * Update versions/q-/qt5-base.json Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "qt5-base",
|
|
"version-semver": "5.15.2",
|
|
"port-version": 7,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|