From 9d155e6528107a5f942ed43f4d28647608ac2018 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 21 Jul 2020 07:09:08 +0200 Subject: [qt] Document deps/optional dependency --- qt_attribution.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/qt_attribution.json b/qt_attribution.json index 802e6938ca..a947a9f28d 100644 --- a/qt_attribution.json +++ b/qt_attribution.json @@ -320,6 +320,20 @@ Copyright (c) 2002 by Andrei Alexandrescu" "LicenseFile": "deps/kdbush/0.1.1-1/LICENSE", "Copyright": "Copyright (c) 2016 Vladimir Agafonkin" }, + { + "Id": "mapboxgl-optional", + "Name": "Optional", + "QDocModule": "qtlocation", + "QtUsage": "Used in the Mapbox GL plugin of Qt Location.", + + "Path": "deps/optional", + "Description": "A single-header header-only library for representing optional (nullable) objects for C++14 (and C++11 to some extent) and passing them by value.", + "Homepage": "https://github.com/akrzemi1/Optional", + "LicenseId": "BSL-1.0", + "License": "Boost Software License 1.0", + "LicenseFile": "LICENSE_Boost.txt", + "Copyright": "Copyright (C) 2011 - 2012 Andrzej Krzemienski" + }, { "Id": "mapboxgl-polylabel", "Name": "polylabel", -- cgit v1.2.1