From 69a04fd1f79c8e9d3e798e605afc61de27902569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Tue, 1 Sep 2020 20:32:25 +0200 Subject: [PATCH] BUG: build xcb in Qt Superbuild --- SuperBuild/CMake/External_qt5.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperBuild/CMake/External_qt5.cmake b/SuperBuild/CMake/External_qt5.cmake index 0cac35eaa2..4bdb076744 100644 --- a/SuperBuild/CMake/External_qt5.cmake +++ b/SuperBuild/CMake/External_qt5.cmake @@ -98,7 +98,7 @@ if(UNIX) set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-framework") else() #Linux - set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-glib -no-fontconfig") + set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-glib -no-fontconfig -qt-xcb") endif() #common for all unix set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-dbus -no-icu -v") -- GitLab