diff options
author | Topi Reinio <[email protected]> | 2013-04-29 15:01:32 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-05-03 23:16:46 +0200 |
commit | ad5ae0d751e42a9ca6def5d98b2db740f195c16f (patch) | |
tree | 39270a7861f12fb293b621ef51edfa7932a6c2a4 /examples/qml/tutorials/extending/extending.pro | |
parent | ddfa42c85b732972f819a2525293a90539d42d38 (diff) |
Doc: Move example docs related to QtQml under the correct module
This change moves 'Extending QML' qdoc file and the tutorials
from examples/quick to examples/qml, which is the correct
location for them.
Change-Id: I24bd9dfa75baaab7bc8efe08489f09a7b65d98a6
Reviewed-by: Jerome Pasion <[email protected]>
Reviewed-by: Sze Howe Koh <[email protected]>
Reviewed-by: Alan Alpert <[email protected]>
Diffstat (limited to 'examples/qml/tutorials/extending/extending.pro')
-rw-r--r-- | examples/qml/tutorials/extending/extending.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/qml/tutorials/extending/extending.pro b/examples/qml/tutorials/extending/extending.pro new file mode 100644 index 0000000000..967473fda0 --- /dev/null +++ b/examples/qml/tutorials/extending/extending.pro @@ -0,0 +1,10 @@ +TEMPLATE = subdirs + +SUBDIRS += \ + chapter1-basics \ + chapter2-methods \ + chapter3-bindings \ + chapter4-customPropertyTypes \ + chapter5-listproperties \ + chapter6-plugins + |