aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-08-01 13:17:37 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-08-02 11:07:45 +0200
commitdaa68a6dd14aec331d6e539cccce9bbae678faf6 (patch)
treea2a5dc152c8deee0307b32ca2aa3669c1ddfdf3d /examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject
parent9aa0225352cada0c7957f4310b9be9d3d0922f56 (diff)
Fix example_gallery tool failure
Fix paths in chapter6-plugins.pyproject. Amends 5fbdfa3ec1df74368316ab0f3ab2ec03781e0df0. As a drive-by, improve error reporting in the tool. Task-number: PYSIDE-1878 Change-Id: Ib692946ebc4168785bba7f6dd39268fd9ea4e30d Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject')
-rw-r--r--examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject b/examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject
index 8f6121b0c..cc684401f 100644
--- a/examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject
+++ b/examples/declarative/extending/chapter6-plugins/chapter6-plugins.pyproject
@@ -1,3 +1,3 @@
{
- "files": ["app.qml", "/Charts/piechart.py", "/Charts/pieslice.py"]
+ "files": ["app.qml", "Charts/piechart.py", "Charts/pieslice.py"]
}