mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 08:19:10 +08:00
31534bd59b
* [qt5-base] make libpq an optional dependency * add version files * [qt5-base] use IN_LIST for feature check * add version files * [qt5-base] set(WITH_PGSQL OFF) * add version files * [qt5-base] set -no-sql-psql * add version files
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "qt5-base",
|
|
"version-string": "5.15.2",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|