kdebugsettings, try to build this for Qt 6.7 (#13457)

This commit is contained in:
Schrijvers Luc
2025-12-22 09:58:49 +01:00
committed by GitHub
parent f79e1936bb
commit 04672ed921

View File

@@ -79,6 +79,11 @@ TEST_REQUIRES="
haikuplugins$secondaryArchSuffix
"
PATCH()
{
sed -e 's|6.8.0|6.7.2|' -i CMakeLists.txt
}
BUILD()
{
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \