Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 3, 2024
1 parent 4b37f40 commit b43d6d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
5 changes: 4 additions & 1 deletion vcpkg.json
Expand Up @@ -41,7 +41,10 @@
}
]
},
"qtserialport",
{
"name": "qtserialport",
"platform": "!ios"
},
{
"name": "qca-qt6",
"default-features": false
Expand Down
11 changes: 9 additions & 2 deletions vcpkg/overlay/qtbase/vcpkg.json
Expand Up @@ -62,7 +62,6 @@
"icu",
"jpeg",
"network",
"opengl",
"openssl",
"pcre2",
"png",
Expand Down Expand Up @@ -136,7 +135,15 @@
"gles2"
],
"platform": "android"
}
},
{
"name": "qtbase",
"default-features": false,
"features": [
"opengl"
],
"platform": "!ios"
}
]
},
"doubleconversion": {
Expand Down

0 comments on commit b43d6d5

Please sign in to comment.