diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-07-15 06:48:30 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-07-15 06:48:30 (GMT) |
commit | 5893e05aa453f1ecbc0ee35d5fca5d671828dfc2 (patch) | |
tree | d092e4fb7d72f30b1d5a6298db82322f613f4841 /examples/declarative | |
parent | 14ad729f1e2f07a46cdb41f01a6e5267084b8816 (diff) | |
download | Qt-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.pro | 3 |
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 |