early-access version 2853
This commit is contained in:
33
externals/vcpkg/ports/qtkeychain/vcpkg.json
vendored
Executable file
33
externals/vcpkg/ports/qtkeychain/vcpkg.json
vendored
Executable file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "qtkeychain",
|
||||
"version": "0.13.2",
|
||||
"port-version": 3,
|
||||
"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)"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"translations"
|
||||
],
|
||||
"features": {
|
||||
"translations": {
|
||||
"description": "Build qtkeychain translations",
|
||||
"dependencies": [
|
||||
"qt5-tools"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user