From fbb22873530c200b4ddb9b2da91764948bb9da71 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 28 Apr 2023 11:47:23 +0200 Subject: Port the QML reference examples to QML module usage As a drive-by fix the example origin where applicable. Task-number: PYSIDE-2206 Task-number: QTBUG-111033 Pick-to: 6.5 Change-Id: If3b17435c17310c3f6c196f7653c7025ad359366 Reviewed-by: Shyamnath Premnadh --- examples/qml/referenceexamples/default/default.pyproject | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/qml/referenceexamples/default/default.pyproject') diff --git a/examples/qml/referenceexamples/default/default.pyproject b/examples/qml/referenceexamples/default/default.pyproject index 3c01c40c2..09942ebcc 100644 --- a/examples/qml/referenceexamples/default/default.pyproject +++ b/examples/qml/referenceexamples/default/default.pyproject @@ -1,3 +1,4 @@ { - "files": ["main.py", "birthdayparty.py", "person.py", "example.qml"] + "files": ["main.py", "birthdayparty.py", "person.py", + "People/Main.qml", "People/qmldir"] } -- cgit v1.2.3