From 1cd8c16bbb76254b4b000430244405f6182170e1 Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Thu, 28 Dec 2023 15:54:29 +0100 Subject: [PATCH] Disable default-features for host qtbase to speed up cross build times --- vcpkg.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index 2ff0c549..a1bd0be5 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -9,6 +9,11 @@ "default-features": false, "features": ["gui", "png", "thread", "widgets", "opengl", "zstd"] }, + { + "name": "qtbase", + "host": true, + "default-features": false + }, { "name": "qtmultimedia", "default-features": false