adb40dd0c0
redbear-ci / check (push) Has been cancelled
- qtbase builds with FEATURE_testlib=OFF (no Qt6Test module), but kf6-kcrash and plasma-desktop find_package(Qt6Test REQUIRED) unconditionally though it's only used by autotests (BUILD_TESTING=OFF). Drop REQUIRED (kde-cli-tools/kwin already used QUIET). - kcrash.cpp uses setgroups() to drop supplementary groups in the crash-handler child; on glibc it comes via <unistd.h>+_GNU_SOURCE, but relibc declares it in <grp.h> (which it does provide) — add the include.