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:
parent
cb37a0ef5c
commit
fb6d46131f
@ -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())) {
|
||||
|
Loading…
Reference in New Issue
Block a user