mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 18:19:01 +08:00
6ba1666604
* disable parallel configure * run buildtypes manually * correct close statement * version stuff
32 lines
646 B
JSON
32 lines
646 B
JSON
{
|
|
"name": "qtapplicationmanager",
|
|
"version": "6.2.3",
|
|
"port-version": 1,
|
|
"description": "Qt component for application lifecycle management",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"supports": "!(windows & arm)",
|
|
"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"
|
|
}
|
|
]
|
|
}
|