mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 18:39:07 +08:00
9d3db6b7e4
* [qt5] update version number and hashes * [qt5-base] add official patch for CVE-2023-51714 * [qt5] regenerate version info
36 lines
855 B
JSON
36 lines
855 B
JSON
{
|
|
"name": "qt5-declarative",
|
|
"version": "5.15.12",
|
|
"description": "Qt5 Declarative (Quick 2) Module. Includes QtQuick, QtQuickParticles, QtQuickWidgets, QtQml, and QtPacketProtocol.",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
"qt5-imageformats",
|
|
"qt5-svg"
|
|
],
|
|
"default-features": [
|
|
"platform-default-features"
|
|
],
|
|
"features": {
|
|
"d3d12": {
|
|
"description": "Provides a Direct3D 12 backend for the scenegraph.",
|
|
"supports": "windows & !mingw"
|
|
},
|
|
"platform-default-features": {
|
|
"description": "Enable platform-dependent default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-declarative",
|
|
"features": [
|
|
"d3d12"
|
|
],
|
|
"platform": "windows & !mingw"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|