mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-09 00:16:55 +08:00
This patch mimics the behavior of qt.pro, where the module list is extracted from the .gitmodules file and then topologically sorted based on the modules dependencies. This patch also introduces a small check to make sure all the required dependencies are met and will be built. Change-Id: Idd3df9b618805ca0b2347eac57aaa39c1bcdb3dd Reviewed-by: Qt CMake Build Bot Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
14 lines
432 B
JSON
14 lines
432 B
JSON
{
|
|
"Id": "cmake_topological_sort",
|
|
"Name": "CMake Topological Sort",
|
|
"QDocModule": "qt",
|
|
"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."
|
|
}
|
|
|