From 58961f035cac4b7b5331d4d8154889680b2ad4b9 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 9 Dec 2022 17:11:11 +0000 Subject: Material: Fix incorrect path in qt_attribution.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Kai Köhne (cherry picked from commit c796092f638eec28382346669a9b05f9508c8301) Reviewed-by: Topi Reiniö --- src/quickcontrols2/material/qt_attribution.json | 4 ++-- 1 file 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", -- cgit v1.2.3