Skip to content

Commit

Permalink
Update dependency/feature configuration for Wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Mar 21, 2024
1 parent e303b9e commit 1f48ed1
Showing 1 changed file with 45 additions and 3 deletions.
48 changes: 45 additions & 3 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,53 @@
"description": "Build with Qt 6",
"dependencies": [
"qt5compat",
"qtbase",
{
"name": "qtbase",
"default-features": false,
"features": [
"brotli",
"concurrent",
{
"name": "dbus",
"platform": "!emscripten"
},
"default-features",
"doubleconversion",
"freetype",
"gui",
"harfbuzz",
"icu",
"jpeg",
"network",
"opengl",
{
"name": "openssl",
"platform": "!emscripten"
},
"pcre2",
"png",
"sql",
{
"name": "sql-psql",
"platform": "!emscripten"
},
"sql-sqlite",
"testlib",
"thread",
"widgets",
"zstd"
]
},
"qtdeclarative",
"qtsvg",
"qttranslations",
"qtkeychain-qt6"
{
"name": "qttranslations",
"platform": "!emscripten"
},
{
"name": "qtkeychain-qt6",
"platform": "!emscripten"
}
]
}
},
Expand Down

0 comments on commit 1f48ed1

Please sign in to comment.