mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 08:31:37 +08:00
15 lines
344 B
JSON
15 lines
344 B
JSON
|
{
|
||
|
"name": "qtkeychain",
|
||
|
"version-string": "0.11.1",
|
||
|
"port-version": 1,
|
||
|
"description": "qtkeychain - Platform-independent Qt API for storing passwords securely",
|
||
|
"homepage": "https://github.com/frankosterfeld/qtkeychain",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "qt5-base",
|
||
|
"default-features": false
|
||
|
},
|
||
|
"qt5-tools"
|
||
|
]
|
||
|
}
|