aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2022-12-09 17:11:11 +0000
committerKai Köhne <kai.koehne@qt.io>2023-04-30 12:18:41 +0100
commit58961f035cac4b7b5331d4d8154889680b2ad4b9 (patch)
tree08e02999eb8d37dbc472a6542d59ba4c46e33341
parent987e4b3fe9266607226038306bab616a168ad740 (diff)
Material: Fix incorrect path in qt_attribution.json
qtattributionsscanner now uses a non-zero exit code when 'Files' points to non-existent file(s). Fix the documentation build failing with src/quickcontrols/material/qt_attribution.json: Path 'ElevationEffect.qml' does not exist Change-Id: I978811b06afce5496443afec1e21138bbc9249e9 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit c796092f638eec28382346669a9b05f9508c8301) Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
-rw-r--r--src/quickcontrols2/material/qt_attribution.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quickcontrols2/material/qt_attribution.json b/src/quickcontrols2/material/qt_attribution.json
index 85fdadf9e0..9d53b8b014 100644
--- a/src/quickcontrols2/material/qt_attribution.json
+++ b/src/quickcontrols2/material/qt_attribution.json
@@ -2,8 +2,8 @@
"Id": "shadow_angular_material",
"Name": "Shadow values from Angular Material",
"QDocModule": "qtquickcontrols",
- "QtUsage": "Used in the Material Style of Qt Quick Controls 2.",
- "Files": "ElevationEffect.qml",
+ "QtUsage": "Used in the Material Style of Qt Quick Controls.",
+ "Files": "impl/ElevationEffect.qml",
"Description": "Shadow values for the elevation effect.",
"Homepage": "https://angularjs.org/",
"License": "MIT License",