mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-09 00:16:55 +08:00
The code is only used for building Qt, and not shipped by customers. Pick-to: 6.0 Change-Id: I0e255fe674b1703160608ab6b208918ea511baa4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
15 lines
459 B
JSON
15 lines
459 B
JSON
{
|
|
"Id": "cmake_topological_sort",
|
|
"Name": "CMake Topological Sort",
|
|
"QDocModule": "qt",
|
|
"QtParts": ["tools"],
|
|
"QtUsage": "Used in the CMake super build project file",
|
|
"Files": "TopologicalSort.cmake",
|
|
|
|
"Description": "CMake implementation of the topological sort algorithm",
|
|
"License": "Boost Software License - Version 1.0",
|
|
"LicenseFile": "TopologicalSort_LICENSE.txt",
|
|
"Copyright": "Copyright 2010 Kitware, Inc."
|
|
}
|
|
|