summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-05-12 08:38:12 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-05-12 09:01:44 +0000
commiteea32dd3313e0370b7a7406f8fe8451865a71007 (patch)
treee155f26151dd174482d6eb8b17a588fd0a4acbe1
parent5326e5439e46638c52ab6db09fe6d7d3c4c2ae2a (diff)
downloadqttools-eea32dd3313e0370b7a7406f8fe8451865a71007.tar.gz
Attribution docs: Fix path to catch.hpp in qt_attribution.json
Change-Id: I452eb27d2c86ff1302b53474f9be884175c70ab5 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--src/qdoc/catch/qt_attribution.json2
1 files changed, 1 insertions, 1 deletions
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",