Skip to content

Commit

Permalink
Merge pull request #130 from fwcd/mixxx/qtkeychain-qt6-ios
Browse files Browse the repository at this point in the history
[qtkeychain-qt6] Fix compilation on android and ios
  • Loading branch information
JoergAtGithub authored Mar 2, 2024
2 parents bffc647 + 6a36c4b commit b94019b
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 @@ -7046,7 +7046,7 @@
},
"qtkeychain-qt6": {
"baseline": "0.14.1",
"port-version": 0
"port-version": 1
},
"qtlanguageserver": {
"baseline": "6.5.3",
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 b94019b

Please sign in to comment.