summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-02-09 20:13:31 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-02-11 00:37:13 +0000
commitfbfc061e28334951d10f24ec1223d0530151899b (patch)
treeb61fb2b28748bbd6cc733e35a14c6da53e4198a1 /examples
parent115b4d947adf90a706f76de831f34960e3c62a9c (diff)
downloadqtconnectivity-fbfc061e28334951d10f24ec1223d0530151899b.tar.gz
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'. Pick-to: 6.5 Change-Id: Id8f92f429c5608089c2c8505100b7030debcf780 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
Diffstat (limited to 'examples')
-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",