mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
e14842c446
* [qt] Add patches to fix missing includes This is needed to build with GCC11 Fixes #19226 * bump version * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
15 lines
352 B
JSON
15 lines
352 B
JSON
{
|
|
"name": "qt5-declarative",
|
|
"version-string": "5.15.2",
|
|
"port-version": 2,
|
|
"description": "Qt5 Declarative (Quick 2) Module. Includes QtQuick, QtQuickParticles, QtQuickWidgets, QtQml, and QtPacketProtocol.",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
"qt5-imageformats",
|
|
"qt5-svg"
|
|
]
|
|
}
|