summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-06-18 14:52:22 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-26 05:52:41 +0200
commitcb37a0ef5c1e4bac97d1eae9d83f6d59964a37a1 (patch)
treeec793eef7ee18fa50e35d691aee6d36a36431c75 /tools
parent9f681e7a50adc14e8f2f0cea676ab0909c5863aa (diff)
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index a6e0727b02..ac7fbda197 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -3977,7 +3977,7 @@ void Configure::generateMakefiles()
}
if (dictionary[ "PROCESS" ] == "full")
args << "-r";
- args << (sourcePath + "/qtbase.pro");
+ args << sourcePath;
args << "-o";
args << buildPath;