From eea32dd3313e0370b7a7406f8fe8451865a71007 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 12 May 2023 08:38:12 +0000 Subject: Attribution docs: Fix path to catch.hpp in qt_attribution.json Change-Id: I452eb27d2c86ff1302b53474f9be884175c70ab5 Reviewed-by: Venugopal Shivashankar --- src/qdoc/catch/qt_attribution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qdoc/catch/qt_attribution.json b/src/qdoc/catch/qt_attribution.json index 9380a83e8..cff0ea159 100644 --- a/src/qdoc/catch/qt_attribution.json +++ b/src/qdoc/catch/qt_attribution.json @@ -4,7 +4,7 @@ "Name": "Catch2", "QDocModule": "qttools", "QtUsage": "Used for testing of QDoc", - "Files": "catch.hpp", + "Files": "include/catch/catch.hpp", "Description": "Catch2 is a multi-paradigm test framework for C++.", "Homepage": "https://github.com/catchorg/Catch2", -- cgit v1.2.1