docs: add note that private qt headers are required for some libs
This commit is contained in:
parent
36d1dbeb69
commit
29d31f5d3b
1 changed files with 6 additions and 0 deletions
6
BUILD.md
6
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue