Skip to content

Commit

Permalink
[qtkeychain-qt6] Fix compilation on android and ios (#36708)
Browse files Browse the repository at this point in the history
This PR fixes compilation of qtkeychain-qt6 on Android and iOS.
  • Loading branch information
nirvn committed Feb 16, 2024
1 parent 5fd47c1 commit 5cdfaba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 7 additions & 1 deletion ports/qtkeychain-qt6/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"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": "!(windows | uwp | osx)"
"platform": "linux"
},
{
"name": "qtbase",
"default-features": false
},
{
"name": "qttools",
"host": true,
"features": [
"linguist"
]
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7254,7 +7254,7 @@
},
"qtkeychain-qt6": {
"baseline": "0.14.1",
"port-version": 0
"port-version": 1
},
"qtlanguageserver": {
"baseline": "6.6.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtkeychain-qt6.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "43422edc152951a565a24a097c3c52a1b1ac1e4f",
"version": "0.14.1",
"port-version": 1
},
{
"git-tree": "dcb9fb0fa722410c03a4d6fbfdb3608af68de9d5",
"version": "0.14.1",
Expand Down

0 comments on commit 5cdfaba

Please sign in to comment.