summaryrefslogtreecommitdiffstats
path: root/examples/declarative
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-15 06:48:30 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-07-15 06:48:30 (GMT)
commit5893e05aa453f1ecbc0ee35d5fca5d671828dfc2 (patch)
treed092e4fb7d72f30b1d5a6298db82322f613f4841 /examples/declarative
parent14ad729f1e2f07a46cdb41f01a6e5267084b8816 (diff)
downloadQt-5893e05aa453f1ecbc0ee35d5fca5d671828dfc2.zip
Qt-5893e05aa453f1ecbc0ee35d5fca5d671828dfc2.tar.gz
Qt-5893e05aa453f1ecbc0ee35d5fca5d671828dfc2.tar.bz2
Fix .pro file
Diffstat (limited to 'examples/declarative')
-rw-r--r--examples/declarative/tutorials/extending/extending.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/declarative/tutorials/extending/extending.pro b/examples/declarative/tutorials/extending/extending.pro
index 0c86fed..967473f 100644
--- a/examples/declarative/tutorials/extending/extending.pro
+++ b/examples/declarative/tutorials/extending/extending.pro
@@ -5,5 +5,6 @@ SUBDIRS += \
chapter2-methods \
chapter3-bindings \
chapter4-customPropertyTypes \
- chapter5-plugins
+ chapter5-listproperties \
+ chapter6-plugins