mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 08:39:06 +08:00
81134652a6
* [qt5] Update to 5.15.4 https://lists.qt-project.org/pipermail/development/2022-May/042437.html * Deprecate "latest" feature Also update "qt5" port when updating versions Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
18 lines
381 B
JSON
18 lines
381 B
JSON
{
|
|
"name": "qt5-tools",
|
|
"version": "5.15.4",
|
|
"description": "Qt5 Tools Module; Includes deployment tools and helpers, Qt Designer, Assistant, and other applications",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-activeqt",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
"qt5-declarative"
|
|
]
|
|
}
|