qt6-build.eclass: set CMAKE_QA_COMPAT_SKIP=1

Bug: https://bugs.gentoo.org/957476
Bug: https://bugs.gentoo.org/957475
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-06-07 07:12:25 -04:00
parent 158283e345
commit 300ee9b77d

View File

@@ -178,6 +178,9 @@ qt6-build_src_configure() {
local mycmakeargs=("${defaultcmakeargs[@]}")
fi
# Qt has quite a lot of unused (false positive) CMakeLists.txt
local CMAKE_QA_COMPAT_SKIP=1
cmake_src_configure
}