From c5c56d2548cb0c4d490dd312462a19dc6314da33 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Tue, 31 Mar 2020 11:27:53 +0200 Subject: CMake: Add missing quote in qt_attribution.json Change-Id: I360f5311373265843234c45bd8dd24f6499a5b99 Reviewed-by: Simon Hausmann --- cmake/qt_attribution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/qt_attribution.json') 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", -- cgit v1.2.3