aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2020-03-31 11:27:53 +0200
committerLeander Beernaert <leander.beernaert@qt.io>2020-03-31 11:30:05 +0200
commitc5c56d2548cb0c4d490dd312462a19dc6314da33 (patch)
tree48123e058945aef1b49e35b6d163d89c03427aab /cmake
parent0e0cba3eb921c7ce38b159b46bef450ba0bccd3a (diff)
CMake: Add missing quote in qt_attribution.json
Change-Id: I360f5311373265843234c45bd8dd24f6499a5b99 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/qt_attribution.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/qt_attribution.json b/cmake/qt_attribution.json
index 0699021c..026a9265 100644
--- a/cmake/qt_attribution.json
+++ b/cmake/qt_attribution.json
@@ -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",