[PATCH] CMakeLists.txt - Don't include quiet packages in the feature

Fixes:
```
Missing these optional packages:
 * Qt6QmlCompilerPlusPrivateTools (required version >= 6.8.2)
```
This commit is contained in:
Christian Schendel 2025-10-12 21:26:52 +02:00
parent 6c490a2db3
commit 2f2b706adb
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
6 changed files with 404 additions and 3 deletions

View file

@ -21,3 +21,10 @@ path = [
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
[[annotations]]
path = [
"*.patch",
]
SPDX-FileCopyrightText = "bluejay contributors"
SPDX-License-Identifier = "MPL-2.0"