pineapple/externals/vcpkg/ports/qtapplicationmanager/vcpkg.json
2022-07-23 03:01:36 +02:00

30 lines
625 B
JSON
Executable file

{
"name": "qtapplicationmanager",
"version": "6.3.0",
"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"
}
]
}