diff options
author | David Boddie <dboddie@trolltech.com> | 2009-10-12 18:44:43 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-10-12 18:44:43 (GMT) |
commit | 7a1d1dca32c98a9bc3fb518beed70caf8334c7c4 (patch) | |
tree | 426522f4528f817620345b54d1f008e45cdbff68 | |
parent | 74adaf2b44d7a418a294541e4c6766525a0eea67 (diff) | |
download | Qt-7a1d1dca32c98a9bc3fb518beed70caf8334c7c4.zip Qt-7a1d1dca32c98a9bc3fb518beed70caf8334c7c4.tar.gz Qt-7a1d1dca32c98a9bc3fb518beed70caf8334c7c4.tar.bz2 |
Doc: Added an example to the list of Graphics View examples to build.
Reviewed-by: Trust Me
-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 0408111..a919c74 100644 --- a/examples/graphicsview/graphicsview.pro +++ b/examples/graphicsview/graphicsview.pro @@ -8,6 +8,7 @@ SUBDIRS = \ !symbian: SUBDIRS += \ diagramscene \ dragdroprobot \ + flowlayout \ anchorlayout contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids |