diff options
Diffstat (limited to 'examples/declarative/tutorials/extending/extending.pro')
-rw-r--r-- | examples/declarative/tutorials/extending/extending.pro | 9 |
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 0000000..0c86fed --- /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 + |