aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Holmquist Pedersen <nadia@nhp.sh>2023-12-28 15:54:29 +0100
committerNadia Holmquist Pedersen <nadia@nhp.sh>2023-12-28 15:54:29 +0100
commit1cd8c16bbb76254b4b000430244405f6182170e1 (patch)
treeedb14bc9c1df31395b6b989634dece0af74837fb
parentda264539119c70afcbcab1e48fc4641e4201e6cd (diff)
Disable default-features for host qtbase to speed up cross build times
-rw-r--r--vcpkg.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json
index 2ff0c54..a1bd0be 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -10,6 +10,11 @@
"features": ["gui", "png", "thread", "widgets", "opengl", "zstd"]
},
{
+ "name": "qtbase",
+ "host": true,
+ "default-features": false
+ },
+ {
"name": "qtmultimedia",
"default-features": false
},