From ab5ebe4c65c84abbe5327b4aeb9e5cd610ed51e9 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 9 Feb 2023 20:13:31 +0000 Subject: Fix qt_attribution.json for the NDEF Editor example qtattributionsscanner does not accept wildcards in the 'Files' field - list directories instead. Fix the documentation module name to 'qtnfc'. Change-Id: Id8f92f429c5608089c2c8505100b7030debcf780 Reviewed-by: Alex Blasche Reviewed-by: Ievgenii Meshcheriakov (cherry picked from commit fbfc061e28334951d10f24ec1223d0530151899b) Reviewed-by: Qt Cherry-pick Bot --- examples/nfc/ndefeditor/icons/ndefeditor/qt_attribution.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nfc/ndefeditor/icons/ndefeditor/qt_attribution.json b/examples/nfc/ndefeditor/icons/ndefeditor/qt_attribution.json index 974e9dbc..9b0528e0 100644 --- a/examples/nfc/ndefeditor/icons/ndefeditor/qt_attribution.json +++ b/examples/nfc/ndefeditor/icons/ndefeditor/qt_attribution.json @@ -1,9 +1,9 @@ { "Id": "ndefeditor", "Name": "Selected Material Icons", - "QDocModule": "qtconnectivity", + "QDocModule": "qtnfc", "QtUsage": "Used in NDEF Editor Example for QtNfc.", - "Files": "*/*.png", + "Files": "20x20 20x20@2 20x20@3 20x20@4", "Homepage": "https://fonts.google.com/icons", "License": "Apache License Version 2.0", "LicenseId": "Apache-2.0", -- cgit v1.2.1