From 40bb826ebc62f9b5638a7157104010fa27f21551 Mon Sep 17 00:00:00 2001 From: David Lazarescu <69865187+DavidLazarescu@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:56:32 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 99153610c..1fec8cecb 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,9 @@ Here are solutions to some common errors. If your error is not listed here, plea - Error: `Failed to find required Qt component "Quick".`
- Solution: Install the libGL mesa dev package, on ubuntu its `sudo apt install libgl1-mesa-dev` and on fedora its `sudo dnf install mesa-libGL-devel`. +- Error: `Could not load the qt platform plugin "xcb" even though it was found` +- Solution: Install the libxcb-cursor-dev, on ubuntu its `sudo apt install libxcb-cursor-dev` +