mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
33 lines
641 B
JSON
33 lines
641 B
JSON
{
|
|
"name": "qtkeychain-qt6",
|
|
"version": "0.14.3",
|
|
"description": "(Unaffiliated with Qt) Platform-independent Qt6 API for storing passwords securely",
|
|
"homepage": "https://github.com/frankosterfeld/qtkeychain",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "libsecret",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qttools",
|
|
"host": true,
|
|
"features": [
|
|
"linguist"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|