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 bce3abc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 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
16 changes: 13 additions & 3 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 Expand Up @@ -200,7 +207,10 @@
"gui": {
"description": "Qt Gui",
"dependencies": [
"opengl",
{
"name": "opengl",
"platform": "!ios"
},
{
"name": "qtbase",
"default-features": false,
Expand Down

0 comments on commit bce3abc

Please sign in to comment.