aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/qt_attribution.json
blob: 92ebb5ff905516ef5ae296d5e0e2b830a51e98b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "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."
}