From 643b8ed0175ba10c5cebc50a55a0b55de3318b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Wed, 15 Oct 2025 10:31:30 +0200 Subject: [PATCH] Adapt to reuse version 6 Task-number: QTBUG-140916 Pick-to: 6.8 Change-Id: I41b2862c022f17ae3ee58942f5cc103ffcf3ba9b Reviewed-by: Alexandru Croitor (cherry picked from commit b2139488e6604c117df98540e87fcb00694cf3ec) Reviewed-by: Qt Cherry-pick Bot --- REUSE.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index a0bd2b09..78f0083b 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -3,12 +3,18 @@ version = 1 [[annotations]] path = ["tests/**.png", "tests/**.qml", "tests/**.qsb", "tests/**.mesh", "tests/**.obj", "tests/**.jpg", "tests/**.txt", "tests/**mp4", - "tests/**.qep", "tests/**.ttf"] + "tests/**.ttf"] precedence = "closest" comment = "test" SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only" +[[annotations]] +path = ["tests/manual/qmltestbed/qml/qmltestbed/BarsEffect/BarsEffect.qep"] +precedence = "override" +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." +SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only" + [[annotations]] path = ["tools/**.blend", "src/graphs2d/data/*", "src/graphs2d/qml/designer/images/*", "src/graphs3d/engine/meshes/*", "src/graphs3d/engine/shaders/*",