mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 11:42:48 +08:00
[qtkeychain] add missing dependency (#30395)
This commit is contained in:
parent
5dfb5ff680
commit
bcc2da559c
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "qtkeychain",
|
"name": "qtkeychain",
|
||||||
"version": "0.13.2",
|
"version": "0.13.2",
|
||||||
"port-version": 3,
|
"port-version": 4,
|
||||||
"description": "(Unaffiliated with Qt) Platform-independent Qt5 API for storing passwords securely",
|
"description": "(Unaffiliated with Qt) Platform-independent Qt5 API for storing passwords securely",
|
||||||
"homepage": "https://github.com/frankosterfeld/qtkeychain",
|
"homepage": "https://github.com/frankosterfeld/qtkeychain",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
@ -10,6 +10,7 @@
|
|||||||
"name": "libsecret",
|
"name": "libsecret",
|
||||||
"platform": "!(windows | uwp | osx)"
|
"platform": "!(windows | uwp | osx)"
|
||||||
},
|
},
|
||||||
|
"qt5-base",
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
"host": true
|
"host": true
|
||||||
|
@ -6598,7 +6598,7 @@
|
|||||||
},
|
},
|
||||||
"qtkeychain": {
|
"qtkeychain": {
|
||||||
"baseline": "0.13.2",
|
"baseline": "0.13.2",
|
||||||
"port-version": 3
|
"port-version": 4
|
||||||
},
|
},
|
||||||
"qtkeychain-qt6": {
|
"qtkeychain-qt6": {
|
||||||
"baseline": "0.13.2",
|
"baseline": "0.13.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "516e24d31a7d28d7b5df372f99cf2780a3a7edbc",
|
||||||
|
"version": "0.13.2",
|
||||||
|
"port-version": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "eda48d2b83676b8209a40d68b286c570aeed785e",
|
"git-tree": "eda48d2b83676b8209a40d68b286c570aeed785e",
|
||||||
"version": "0.13.2",
|
"version": "0.13.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user