mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-12 20:48:00 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
45 lines
985 B
JSON
45 lines
985 B
JSON
{
|
|
"name": "qt5-base",
|
|
"version-string": "5.15.1",
|
|
"port-version": 4,
|
|
"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",
|
|
"libpq",
|
|
"openssl",
|
|
"pcre2",
|
|
"sqlite3",
|
|
"zlib",
|
|
"zstd"
|
|
],
|
|
"features": {
|
|
"latest": {
|
|
"description": "Build latest qt version (5.15.1) instead of LTS (latest and LTS are currently the same)"
|
|
},
|
|
"mysqlplugin": {
|
|
"description": "Build the sql plugin for connecting to mysql databases",
|
|
"dependencies": [
|
|
"libmysql"
|
|
]
|
|
}
|
|
}
|
|
}
|