summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/extending.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/tutorials/extending/extending.pro')
-rw-r--r--examples/declarative/tutorials/extending/extending.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/declarative/tutorials/extending/extending.pro b/examples/declarative/tutorials/extending/extending.pro
new file mode 100644
index 0000000000..0c86fed2d1
--- /dev/null
+++ b/examples/declarative/tutorials/extending/extending.pro
@@ -0,0 +1,9 @@
+TEMPLATE = subdirs
+
+SUBDIRS += \
+ chapter1-basics \
+ chapter2-methods \
+ chapter3-bindings \
+ chapter4-customPropertyTypes \
+ chapter5-plugins
+