From 60d8c2821992b1c631ade7035f6df064182011c9 Mon Sep 17 00:00:00 2001 From: Peter Most Date: Tue, 25 Jun 2024 15:07:04 +0200 Subject: [PATCH] build: Replicate windows qtbase feature building --- vcpkg.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index 19117b15f..04436b29e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -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": [ @@ -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,