summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-02-09 20:13:31 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-11 02:45:49 +0000
commitab5ebe4c65c84abbe5327b4aeb9e5cd610ed51e9 (patch)
tree14c41167f06b596667655b9c4b2d68263498a85d
parente4213fdfb9a47c86300b68fa31f594a60ee7bee1 (diff)
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 <alexander.blasche@qt.io> Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io> (cherry picked from commit fbfc061e28334951d10f24ec1223d0530151899b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/nfc/ndefeditor/icons/ndefeditor/qt_attribution.json4
1 files 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",