2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "qt5-base",
|
2022-09-09 02:33:41 +08:00
|
|
|
"version": "5.15.6",
|
2022-09-13 04:30:47 +08:00
|
|
|
"port-version": 1,
|
2021-01-14 06:41:23 +08:00
|
|
|
"description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
|
|
|
|
"homepage": "https://www.qt.io/",
|
2022-03-08 03:27:29 +08:00
|
|
|
"license": null,
|
2021-01-14 06:41:23 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "angle",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
|
|
|
"double-conversion",
|
|
|
|
"egl-registry",
|
|
|
|
{
|
|
|
|
"name": "fontconfig",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
|
|
|
"freetype",
|
|
|
|
"harfbuzz",
|
|
|
|
{
|
|
|
|
"name": "icu",
|
|
|
|
"platform": "!uwp"
|
|
|
|
},
|
|
|
|
"libjpeg-turbo",
|
|
|
|
"libpng",
|
|
|
|
"openssl",
|
|
|
|
"pcre2",
|
2021-11-06 07:55:23 +08:00
|
|
|
{
|
|
|
|
"name": "qt5-base",
|
|
|
|
"host": true,
|
|
|
|
"default-features": false
|
|
|
|
},
|
2021-01-14 06:41:23 +08:00
|
|
|
"sqlite3",
|
2022-09-13 04:30:47 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-get-vars",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-04-07 01:53:41 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-01-14 06:41:23 +08:00
|
|
|
"zlib",
|
|
|
|
"zstd"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"latest": {
|
2022-05-14 07:51:51 +08:00
|
|
|
"description": "(deprecated)"
|
2021-01-14 06:41:23 +08:00
|
|
|
},
|
|
|
|
"mysqlplugin": {
|
|
|
|
"description": "Build the sql plugin for connecting to mysql databases",
|
|
|
|
"dependencies": [
|
|
|
|
"libmysql"
|
|
|
|
]
|
2021-03-17 03:00:13 +08:00
|
|
|
},
|
|
|
|
"postgresqlplugin": {
|
|
|
|
"description": "Build the sql plugin for connecting to postgresql databases",
|
|
|
|
"dependencies": [
|
|
|
|
"libpq"
|
|
|
|
]
|
2021-04-20 08:11:20 +08:00
|
|
|
},
|
|
|
|
"vulkan": {
|
|
|
|
"description": "Enable Vulkan support in QtGui",
|
|
|
|
"dependencies": [
|
|
|
|
"vulkan"
|
|
|
|
]
|
2021-01-14 06:41:23 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|