From cf32b66adbfb489cd6e5d5c0bf3f741b59ba204c Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 15 Sep 2022 13:21:53 +0200 Subject: Move examples around Change the directory structure to closer match that of Qt. Task-number: PYSIDE-841 Change-Id: I87aca346b6654aafe94dd1fb83c184c182ceb2e6 Reviewed-by: Qt CI Bot Reviewed-by: Cristian Maureira-Fredes --- examples/qml/usingmodel/usingmodel.pyproject | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/qml/usingmodel/usingmodel.pyproject (limited to 'examples/qml/usingmodel/usingmodel.pyproject') diff --git a/examples/qml/usingmodel/usingmodel.pyproject b/examples/qml/usingmodel/usingmodel.pyproject new file mode 100644 index 000000000..600cdb409 --- /dev/null +++ b/examples/qml/usingmodel/usingmodel.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["view.qml", "usingmodel.py"] +} -- cgit v1.2.3