Skip to content

Commit 5bed47f

Browse files
authored
Merge branch 'quickshell-mirror:master' into master
2 parents 8eb3869 + 4b4fca3 commit 5bed47f

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

BUILD.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Quickshell has a set of base dependencies you will always need, names vary by di
3939
- `pkg-config` (build-time)
4040
- `cli11` (static library)
4141

42+
Quickshell relies on private Qt APIs and **MUST** be rebuilt against the each Qt release
43+
or crashes via ABI mismatches will occur.
44+
4245
Build time dependencies and static libraries don't have to exist at runtime,
4346
however build time dependencies must be compiled for the architecture of
4447
the builder, while static libraries must be compiled for the architecture
@@ -97,13 +100,6 @@ To disable: `-DSOCKETS=OFF`
97100
### Wayland
98101
This feature enables wayland support. Subfeatures exist for each particular wayland integration.
99102

100-
WARNING: Wayland integration relies on features that are not part of the public Qt API and which
101-
may break in minor releases. Updating quickshell's dependencies without ensuring without ensuring
102-
that the current Qt version is supported WILL result in quickshell failing to build or misbehaving
103-
at runtime.
104-
105-
Currently supported Qt versions: `6.6`, `6.7`.
106-
107103
To disable: `-DWAYLAND=OFF`
108104

109105
Dependencies:

0 commit comments

Comments
 (0)