diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-12-29 12:33:39 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-12-29 04:37:50 +0100 |
commit | e22f9745568cfddcd589538bf89ea66abb1296d6 (patch) | |
tree | 59483f12b7706928504a68d1e7efac107c0807a2 /src/plugins/sensors | |
parent | ae5c57208b6021122a15d4dcfbdb5be1984fde1b (diff) | |
download | qtsensors-e22f9745568cfddcd589538bf89ea66abb1296d6.tar.gz |
Fixed shadow builds on platforms other than Windows.
This example .pro file was doing
DESTDIR = $$OUT_PWD
... apparently to escape from the debug/release subdirectory on
Windows.
This is redundant on Linux, and actually harmful, because when DESTDIR
is set, the generated makefile includes commands conceptually similar
to:
rm -f $$DESTDIR/$$TARGET
mv $$OUT_PWD/$$TARGET $$DESTDIR/$$TARGET
Therefore, if DESTDIR equals OUT_PWD, the TARGET itself is deleted.
Change-Id: I73278d9aec0d37200c8bc9c9755145f4968b2684
Reviewed-by: Toby Tomkins
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'src/plugins/sensors')
0 files changed, 0 insertions, 0 deletions