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 | |
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')
-rw-r--r-- | examples/graphicsview/graphicsview.pro | 3 | ||||
-rw-r--r-- | examples/graphicsview/weatheranchorlayout/weatheranchorlayout.pro | 4 |
2 files changed, 3 insertions, 4 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 diff --git a/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.pro b/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.pro index 8b1803b..fa2733c 100644 --- a/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.pro +++ b/examples/graphicsview/weatheranchorlayout/weatheranchorlayout.pro @@ -8,9 +8,7 @@ RESOURCES += weatheranchorlayout.qrc # install target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/weatheranchorlayout -sources.files = $$SOURCES $$HEADERS $$RESOURCES weatheranchorlayout.pro +sources.files = $$SOURCES $$HEADERS $$RESOURCES weatheranchorlayout.pro images sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/weatheranchorlayout INSTALLS += target sources -TARGET = weatheranchorlayout_example -CONFIG += console |