Skip to content

Commit

Permalink
build: Replicate windows qtbase feature building
Browse files Browse the repository at this point in the history
  • Loading branch information
petermost committed Jun 25, 2024
1 parent f621dd4 commit 60d8c28
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"qtimageformats",
{
"name": "qtbase",
"platform": "linux",
"default-features": false,
"$comment": "qtbase features without 'dbus' and 'testlib'. Queried with 'vcpkg depend-info qtbase'",
"features": [
Expand Down Expand Up @@ -56,6 +57,34 @@
"zstd"
]
},
{
"name": "qtbase",
"platform": "windows",
"default-features": false,
"$comment": "qtbase features without 'dbus' and 'testlib'. Queried with 'vcpkg depend-info qtbase'",
"features": [
"brotli",
"concurrent",
"default-features",
"doubleconversion",
"freetype",
"gui",
"harfbuzz",
"icu",
"jpeg",
"network",
"opengl",
"openssl",
"pcre2",
"png",
"sql-psql",
"sql-sqlite",
"sql",
"thread",
"widgets",
"zstd"
]
},
{
"name": "qt5compat",
"default-features": false,
Expand Down

0 comments on commit 60d8c28

Please sign in to comment.