summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-06-09 15:14:19 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-06-11 15:52:42 +0200
commit6c517a19c67164cab1b29654080b20cf8ff9b8cf (patch)
treef535f658176d263151d3c8eaccb7b2593c3d3d8a /qmake
parentc517f6aa06c98ba5fd2f6488cc49e9f66af86fc1 (diff)
remove strange no-op
Reviewed-by: mariusSO
Diffstat (limited to 'qmake')
-rw-r--r--qmake/generators/makefile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp
index 67e5bfb12..b3b43da06 100644
--- a/qmake/generators/makefile.cpp
+++ b/qmake/generators/makefile.cpp
@@ -289,7 +289,6 @@ MakefileGenerator::initOutPaths()
if(Option::fixPathToLocalOS(d.absolutePath()) == Option::fixPathToLocalOS(Option::output_dir))
v.remove("DESTDIR");
}
- QDir::current().cd(currentDir);
}
QMakeProject