2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "qt5-base",
|
2023-01-13 07:28:00 +08:00
|
|
|
"version": "5.15.8",
|
2023-03-10 04:10:00 +08:00
|
|
|
"port-version": 5,
|
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": [
|
|
|
|
"double-conversion",
|
|
|
|
"egl-registry",
|
|
|
|
{
|
|
|
|
"name": "fontconfig",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
|
|
|
"freetype",
|
|
|
|
"harfbuzz",
|
|
|
|
"libjpeg-turbo",
|
|
|
|
"libpng",
|
2022-11-09 03:49:29 +08:00
|
|
|
{
|
|
|
|
"name": "opengl",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
2021-01-14 06:41:23 +08:00
|
|
|
"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": {
|
2023-03-10 04:10:00 +08:00
|
|
|
"icu": {
|
|
|
|
"description": "Enable ICU support",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "icu",
|
|
|
|
"platform": "!uwp"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-01-14 06:41:23 +08:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|