mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
0d0547a3d8
* [qt5-base] no _debug lib suffixes on macOS (#14225) * [qt5-base] patch qt5-base to remove _debug postfix on osx * Apply suggestions from code review Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * [qt5-base] create link to _debug.pc file from .pc file without _debug * update version * [qt5-base] create forward pkgconfig file Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"name": "qt5-base",
|
|
"version-semver": "5.15.2",
|
|
"port-version": 19,
|
|
"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",
|
|
{
|
|
"name": "qt5-base",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"vulkan": {
|
|
"description": "Enable Vulkan support in QtGui",
|
|
"dependencies": [
|
|
"vulkan"
|
|
]
|
|
}
|
|
}
|
|
}
|