diff options
Diffstat (limited to 'examples/qml/referenceexamples/properties/properties.pyproject')
-rw-r--r-- | examples/qml/referenceexamples/properties/properties.pyproject | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/qml/referenceexamples/properties/properties.pyproject b/examples/qml/referenceexamples/properties/properties.pyproject new file mode 100644 index 000000000..0f5958fc3 --- /dev/null +++ b/examples/qml/referenceexamples/properties/properties.pyproject @@ -0,0 +1,6 @@ +{ + "files": ["example.qml", + "main.py", + "person.py", + "birthdayparty.py"] +} |