diff options
author | Alan Alpert <[email protected]> | 2012-03-05 15:40:59 +1000 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-03-06 01:39:49 +0100 |
commit | 2738c57e51b4fcb70f25ea4ff46c966ce5287c27 (patch) | |
tree | 2f25e595603a8be269ef416cf280fe45e07a3380 /examples/qml/tutorials/extending/extending.pro | |
parent | 3f62886ac84b31c5c8f90205583dc65e811ad20b (diff) |
Fix renaming merge with examples
Some examples were duplicated a few times. Removing the excess.
Change-Id: I6fa59f79de63ac952103421ba1c063f5912b702b
Reviewed-by: Martin Jones <[email protected]>
Diffstat (limited to 'examples/qml/tutorials/extending/extending.pro')
-rw-r--r-- | examples/qml/tutorials/extending/extending.pro | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/qml/tutorials/extending/extending.pro b/examples/qml/tutorials/extending/extending.pro deleted file mode 100644 index 967473fda0..0000000000 --- a/examples/qml/tutorials/extending/extending.pro +++ /dev/null @@ -1,10 +0,0 @@ -TEMPLATE = subdirs - -SUBDIRS += \ - chapter1-basics \ - chapter2-methods \ - chapter3-bindings \ - chapter4-customPropertyTypes \ - chapter5-listproperties \ - chapter6-plugins - |