diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-11-06 11:17:55 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-11-06 11:17:55 (GMT) |
commit | 461f7037d2ae6b3d97e49ff2729d594c9221309f (patch) | |
tree | 487d5721bdd5802c6a047f506f39bee8f5fd14b8 /examples/graphicsview/graphicsview.pro | |
parent | e70168edd89a0161955866e9acc32bb766d9f147 (diff) | |
download | Qt-461f7037d2ae6b3d97e49ff2729d594c9221309f.zip Qt-461f7037d2ae6b3d97e49ff2729d594c9221309f.tar.gz Qt-461f7037d2ae6b3d97e49ff2729d594c9221309f.tar.bz2 |
Pro file fixes wrt anchor layout examples.
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 a919c74..210ab1f 100644 --- a/examples/graphicsview/graphicsview.pro +++ b/examples/graphicsview/graphicsview.pro @@ -9,7 +9,8 @@ SUBDIRS = \ diagramscene \ dragdroprobot \ flowlayout \ - anchorlayout + anchorlayout \ + weatheranchorlayout contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot |