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",