aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/contactslist/contactlist.pyproject
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/contactslist/contactlist.pyproject')
-rw-r--r--examples/quickcontrols/contactslist/contactlist.pyproject10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/quickcontrols/contactslist/contactlist.pyproject b/examples/quickcontrols/contactslist/contactlist.pyproject
new file mode 100644
index 000000000..75b0bd693
--- /dev/null
+++ b/examples/quickcontrols/contactslist/contactlist.pyproject
@@ -0,0 +1,10 @@
+{
+ "files": ["main.py",
+ "contactmodel.py",
+ "Contact/ContactDialog.qml",
+ "Contact/ContactDelegate.ui.qml",
+ "Contact/ContactForm.ui.qml",
+ "Contact/ContactList.qml",
+ "Contact/ContactView.ui.qml",
+ "Contact/SectionDelegate.ui.qml"]
+}