mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 12:59:06 +08:00
79c5f022cb
* [qt] update to 6.4.2 * v db * qtspeech prepare for features if required ports get added * v db * retry * remove patch * add failing tmp port to get CI logs for qtwebengine .... * try deactivating jumbo build * add patch to fix std issue * remove tmp port * v db * deactivate qtspeech on x86 & windows due to call conv * v db
26 lines
635 B
JSON
26 lines
635 B
JSON
{
|
|
"name": "qtlottie",
|
|
"version": "6.4.2",
|
|
"description": "Lottie is a family of player software for a certain json-based file format for describing 2d vector graphics animations. These files are created/exported directly from After Effects by a plugin called Bodymovin.",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtdeclarative",
|
|
"default-features": false
|
|
}
|
|
],
|
|
"features": {
|
|
"qml": {
|
|
"description": "(deprecated since Qt 6.4)"
|
|
}
|
|
}
|
|
}
|