From 29d31f5d3bde681facbd623f0d0fca1652f77fae Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 17 Nov 2024 01:36:25 -0800 Subject: [PATCH] docs: add note that private qt headers are required for some libs --- BUILD.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUILD.md b/BUILD.md index 5a0652fe..8fa78845 100644 --- a/BUILD.md +++ b/BUILD.md @@ -44,6 +44,12 @@ Quickshell has a set of base dependencies you will always need, names vary by di - `pkg-config` - `cli11` +On some distros, private Qt headers are in separate packages which you may have to install. +We currently require private headers for the following libraries: + +- `qt6declarative` +- `qt6wayland` + We recommend an implicit dependency on `qt6svg`. If it is not installed, svg images and svg icons will not work, including system ones.