diff options
author | Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> | 2009-05-28 21:22:27 (GMT) |
---|---|---|
committer | Eduardo M. Fleury <eduardo.fleury@openbossa.org> | 2009-07-22 18:04:02 (GMT) |
commit | d61d477d2487bdc5c1fc854106a82450b613673f (patch) | |
tree | 9349011bced5e2e02d80c710f78d32ef04c83299 /examples/graphicsview/graphicsview.pro | |
parent | 2f002ef720412dc834daac46843d1439dc49680f (diff) | |
download | Qt-d61d477d2487bdc5c1fc854106a82450b613673f.zip Qt-d61d477d2487bdc5c1fc854106a82450b613673f.tar.gz Qt-d61d477d2487bdc5c1fc854106a82450b613673f.tar.bz2 |
QGraphicsAnchorLayout: Adding an usage example
Signed-off-by: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
Diffstat (limited to 'examples/graphicsview/graphicsview.pro')
-rw-r--r-- | examples/graphicsview/graphicsview.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/graphicsview/graphicsview.pro b/examples/graphicsview/graphicsview.pro index 66eb0b4..7238995 100644 --- a/examples/graphicsview/graphicsview.pro +++ b/examples/graphicsview/graphicsview.pro @@ -6,7 +6,8 @@ SUBDIRS = \ diagramscene \ dragdroprobot \ padnavigator \ - basicgraphicslayouts + basicgraphicslayouts \ + anchorlayout contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= dragdroprobot |