diff options
author | David Boddie <dboddie@trolltech.com> | 2010-01-11 13:27:04 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-01-11 13:27:04 (GMT) |
commit | bbac0f08d65b54eccadae7629a5eef10da3b3370 (patch) | |
tree | 79570840ec3d1f163771a9944acb435ceaa3af47 /examples/graphicsview | |
parent | 6ac37019b952c7d38ee2d04168ef21541f8c15c2 (diff) | |
download | Qt-bbac0f08d65b54eccadae7629a5eef10da3b3370.zip Qt-bbac0f08d65b54eccadae7629a5eef10da3b3370.tar.gz Qt-bbac0f08d65b54eccadae7629a5eef10da3b3370.tar.bz2 |
Doc: Added a missing example to the list of Graphics View examples.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/graphicsview')
-rw-r--r-- | examples/graphicsview/graphicsview.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/graphicsview/graphicsview.pro b/examples/graphicsview/graphicsview.pro index 210ab1f..8f65d51 100644 --- a/examples/graphicsview/graphicsview.pro +++ b/examples/graphicsview/graphicsview.pro @@ -10,6 +10,7 @@ SUBDIRS = \ dragdroprobot \ flowlayout \ anchorlayout \ + simpleanchorlayout \ weatheranchorlayout contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids |