From fb6d46131ffc65271684ca39af3ec49d34e6725a Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 18 Jun 2013 14:55:14 +0200 Subject: 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 --- tools/configure/configureapp.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index ac7fbda197..fbf0de4dce 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -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())) { -- cgit v1.2.3