simplify qmake call
the directory is sufficient nowadays. the unix configure already did it that way. Change-Id: I887e5ad594aef1f7bf5f4f92a6bdf0a13e4d0372 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
9f681e7a50
commit
cb37a0ef5c
@ -3977,7 +3977,7 @@ void Configure::generateMakefiles()
|
|||||||
}
|
}
|
||||||
if (dictionary[ "PROCESS" ] == "full")
|
if (dictionary[ "PROCESS" ] == "full")
|
||||||
args << "-r";
|
args << "-r";
|
||||||
args << (sourcePath + "/qtbase.pro");
|
args << sourcePath;
|
||||||
args << "-o";
|
args << "-o";
|
||||||
args << buildPath;
|
args << buildPath;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user