CMake: Add missing quote in qt_attribution.json

Change-Id: I360f5311373265843234c45bd8dd24f6499a5b99
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Leander Beernaert
2020-03-31 11:27:53 +02:00
parent 0e0cba3eb9
commit c5c56d2548

View File

@@ -3,7 +3,7 @@
"Name": "CMake Topological Sort",
"QDocModule": "qt",
"QtUsage": "Used in the CMake super build project file",
"Files": TopologicalSort.cmake",
"Files": "TopologicalSort.cmake",
"Description": "CMake implementation of the topological sort algorithm",
"License": "Boost Software License - Version 1.0",