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:
Oswald Buddenhagen 2013-06-18 14:52:22 +02:00 committed by The Qt Project
parent 9f681e7a50
commit cb37a0ef5c

View File

@ -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;