mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-26 08:26:43 +08:00
The code is only used for building Qt, and not shipped by customers.
Change-Id: I0e255fe674b1703160608ab6b208918ea511baa4
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 478c779baf)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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."
|
|
}
|
|
|