mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 08:19:02 +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>
31 lines
612 B
JSON
31 lines
612 B
JSON
{
|
|
"name": "qtapplicationmanager",
|
|
"version": "6.3.0",
|
|
"port-version": 1,
|
|
"description": "Qt component for application lifecycle management",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"dependencies": [
|
|
"libarchive",
|
|
"libyaml",
|
|
{
|
|
"name": "qtapplicationmanager",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtdeclarative",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtwayland",
|
|
"default-features": false,
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
}
|