From 21b006aebd2ce89a5ce43f3437f3aef21920c644 Mon Sep 17 00:00:00 2001 From: Matej Bagar Date: Mon, 24 Aug 2026 14:06:32 +0200 Subject: [PATCH] Add wayland feature to QT --- vcpkg.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 6de943459..d15a2c2cc 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -84,7 +84,13 @@ }, { "name": "qtbase", - "default-features": false + "default-features": false, + "features": [ + { + "name": "wayland", + "platform": "linux" + } + ] }, "qtconnectivity", "qtdeclarative",