mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
74db2afdd0
* add FETCH_REF for qt modules without tag * libyaml add version to pkgconfig file * more login output * use the target in the wrapper. * remove trace output bump port version * version stuff
31 lines
634 B
JSON
31 lines
634 B
JSON
{
|
|
"name": "qtapplicationmanager",
|
|
"version-semver": "6.2.2",
|
|
"port-version": 1,
|
|
"description": "Qt component for application lifecycle management",
|
|
"homepage": "https://www.qt.io/",
|
|
"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"
|
|
}
|
|
]
|
|
}
|