early-access version 2853
This commit is contained in:
64
externals/vcpkg/ports/qt5-base/vcpkg.json
vendored
Executable file
64
externals/vcpkg/ports/qt5-base/vcpkg.json
vendored
Executable file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"name": "qt5-base",
|
||||
"version": "5.15.4",
|
||||
"description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"license": null,
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "angle",
|
||||
"platform": "!windows"
|
||||
},
|
||||
"double-conversion",
|
||||
"egl-registry",
|
||||
{
|
||||
"name": "fontconfig",
|
||||
"platform": "!windows"
|
||||
},
|
||||
"freetype",
|
||||
"harfbuzz",
|
||||
{
|
||||
"name": "icu",
|
||||
"platform": "!uwp"
|
||||
},
|
||||
"libjpeg-turbo",
|
||||
"libpng",
|
||||
"openssl",
|
||||
"pcre2",
|
||||
{
|
||||
"name": "qt5-base",
|
||||
"host": true,
|
||||
"default-features": false
|
||||
},
|
||||
"sqlite3",
|
||||
{
|
||||
"name": "vcpkg-pkgconfig-get-modules",
|
||||
"host": true
|
||||
},
|
||||
"zlib",
|
||||
"zstd"
|
||||
],
|
||||
"features": {
|
||||
"latest": {
|
||||
"description": "(deprecated)"
|
||||
},
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user