vcpkg/ports/qtkeychain-qt6/vcpkg.json
Mathieu Pellerin 5cdfaba32b
[qtkeychain-qt6] Fix compilation on android and ios (#36708)
This PR fixes compilation of qtkeychain-qt6 on Android and iOS.
2024-02-15 23:20:51 -08:00

34 lines
662 B
JSON

{
"name": "qtkeychain-qt6",
"version": "0.14.1",
"port-version": 1,
"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
}
]
}