From f5b30119f32f15c6d361eb4c33457dc4b84060f3 Mon Sep 17 00:00:00 2001 From: nicomiguelino Date: Fri, 6 Sep 2024 03:51:05 +0000 Subject: [PATCH] feat: remove XCB from the list of Qt features to be skipped --- webview/build_qt5.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/webview/build_qt5.sh b/webview/build_qt5.sh index f224f9bf7..d2457084a 100755 --- a/webview/build_qt5.sh +++ b/webview/build_qt5.sh @@ -183,8 +183,6 @@ function build_qt () { -no-gtk \ -no-pch \ -no-use-gold-linker \ - -no-xcb \ - -no-xcb-xlib \ -nomake examples \ -nomake tests \ -opensource \