mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
30 lines
591 B
JSON
30 lines
591 B
JSON
{
|
|
"name": "qtapplicationmanager",
|
|
"version": "6.7.0",
|
|
"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"
|
|
}
|
|
]
|
|
}
|