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/weatheranchorlayout | |
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/weatheranchorlayout')
-rw-r--r-- | examples/graphicsview/weatheranchorlayout/weatheranchorlayout.pro | 4 |
1 files changed, 1 insertions, 3 deletions
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 |