vcpkg/ports/qtkeychain/vcpkg.json
مهدي شينون (Mehdi Chinoune) e5fb790328
[qtkeychain] update to 0.14.1 (#33730)
2023-09-13 15:53:40 -07:00

34 lines
699 B
JSON

{
"name": "qtkeychain",
"version": "0.14.1",
"description": "(Unaffiliated with Qt) Platform-independent Qt5 API for storing passwords securely",
"homepage": "https://github.com/frankosterfeld/qtkeychain",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "libsecret",
"platform": "!(windows | uwp | osx)"
},
"qt5-base",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"translations"
],
"features": {
"translations": {
"description": "Build qtkeychain translations",
"dependencies": [
"qt5-tools"
]
}
}
}