summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/extending.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/extending/extending.pro')
-rw-r--r--examples/declarative/extending/extending.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/declarative/extending/extending.pro b/examples/declarative/extending/extending.pro
new file mode 100644
index 0000000..169c7ab
--- /dev/null
+++ b/examples/declarative/extending/extending.pro
@@ -0,0 +1,13 @@
+TEMPLATE = subdirs
+
+SUBDIRS += \
+ adding \
+ attached \
+ binding \
+ coercion \
+ default \
+ extended \
+ grouped \
+ properties \
+ signal \
+ valuesource