remove pointless qmake -o argument

it's already done by the working directory.
the unix configure already did it that way.

Change-Id: Ia88d0877a2e24bc40a7083c2164982dec47f913b
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen 2013-06-18 14:55:14 +02:00 committed by The Qt Project
parent cb37a0ef5c
commit fb6d46131f

View File

@ -3978,8 +3978,6 @@ void Configure::generateMakefiles()
if (dictionary[ "PROCESS" ] == "full")
args << "-r";
args << sourcePath;
args << "-o";
args << buildPath;
QDir::setCurrent(buildPath);
if (int exitCode = Environment::execute(args, QStringList(), QStringList())) {