From 2fff4c0b5aaa2d1883c4fbfe29f5700d775a3dd2 Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Wed, 14 Aug 2024 06:42:06 +0200 Subject: [PATCH] vcpkg: build qtbase with harfbuzz enabled, fixes windows widget drawing --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 445f3139..eb8790c8 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -13,7 +13,7 @@ { "name": "qtbase", "default-features": false, - "features": ["gui", "png", "thread", "widgets", "opengl", "zstd"] + "features": ["gui", "png", "thread", "widgets", "opengl", "zstd", "harfbuzz"] }, { "name": "qtbase",