From 478c779baf154c45f98001d905067e6a6368197a Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 27 Nov 2020 17:03:45 +0100 Subject: [PATCH] Mark 'CMake Topological Sort' attribution as tools related The code is only used for building Qt, and not shipped by customers. Pick-to: 6.0 Change-Id: I0e255fe674b1703160608ab6b208918ea511baa4 Reviewed-by: Alexandru Croitor --- cmake/qt_attribution.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/qt_attribution.json b/cmake/qt_attribution.json index 026a9265..92ebb5ff 100644 --- a/cmake/qt_attribution.json +++ b/cmake/qt_attribution.json @@ -2,6 +2,7 @@ "Id": "cmake_topological_sort", "Name": "CMake Topological Sort", "QDocModule": "qt", + "QtParts": ["tools"], "QtUsage": "Used in the CMake super build project file", "Files": "TopologicalSort.cmake",