mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 13:38:59 +08:00
6d994a670d
* QT arm64-windows build (WIP) * Updated versions * Undo changes made to graphviz in error * Only remove OpenGL for ARM * Update version database * Update version database * updated libs not compatible with uwp+arm * Update version database * Enable QT in CI * qt5-base not compat * Update ports/qtapplicationmanager/vcpkg.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/qt5-imageformats/vcpkg.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Updated versions Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
17 lines
338 B
JSON
17 lines
338 B
JSON
{
|
|
"name": "qt5-imageformats",
|
|
"version": "5.15.5",
|
|
"port-version": 1,
|
|
"description": "Qt5 Image Formats Module - Plugins for additional image formats: TIFF, MNG, TGA, WBMP",
|
|
"license": null,
|
|
"dependencies": [
|
|
"jasper",
|
|
"libwebp",
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
"tiff"
|
|
]
|
|
}
|