diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-05-26 00:46:54 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-05-26 01:18:23 (GMT) |
commit | 2248d63c1a32ae84bb6d0bde9021a8074db1b4c9 (patch) | |
tree | 5351227c2f01ecf78e0be31bfaecd0d4e75c4972 /dist/changes-3.2.2 | |
parent | a4ca38bab521e1f0095b9c90c4623ca9d41d219b (diff) | |
download | Qt-2248d63c1a32ae84bb6d0bde9021a8074db1b4c9.zip Qt-2248d63c1a32ae84bb6d0bde9021a8074db1b4c9.tar.gz Qt-2248d63c1a32ae84bb6d0bde9021a8074db1b4c9.tar.bz2 |
Fixed qmake writing targets into the root of the current drive when
DESTDIR=./ and using Windows, nmake and shadow builds.
qmake would canonicalize the DESTDIR of "./" to "". Then it would check
if the original DESTDIR ended with "/", and if so, append it to the new
DESTDIR, resulting in a DESTDIR of "/" - the root of the current drive.
Don't do that.
This bug doesn't occur with in-source builds because qmake detects that
the source and build directories are the same directory and replaces
the DESTDIR of "./" with "" before it reaches the buggy code.
Autotest: included
Reviewed-by: Lincoln Ramsay
Diffstat (limited to 'dist/changes-3.2.2')
0 files changed, 0 insertions, 0 deletions