Add missing XCB for QT5 to install script. (#3595)

This commit is contained in:
Christophe De Wagter
2026-02-14 11:41:17 +01:00
committed by GitHub
parent 313b292a07
commit f381fdf91a

View File

@@ -39,6 +39,9 @@ then
fi
# Solves: Could not load the Qt platform plugin "xcb"
sudo apt install libxcb-xinerama0 libxcb-cursor0 libxkbcommon-x11-0 libglu1-mesa
if [ "$USE_VENV" = true ]
then
sudo apt install -y python3 python3-venv