From 7d8578418d685b6e88767d3e9d2d2a590a44804a Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 3 Feb 2012 22:13:12 +0100 Subject: properly declare the host tools as such in the project files don't mess with the qmake cmdline args any more. Change-Id: I399d87145d31d25e29951b6acd96387a3c7282f0 Reviewed-by: Joerg Bornemann --- tools/configure/configureapp.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index ff2744397d..9633bb6862 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -3642,7 +3642,6 @@ void Configure::generateMakefiles() printf("Generating Makefiles...\n"); generate = false; // Now Makefiles will be done } - // don't pass -spec - .qmake.cache has it already args << "-r"; args << (sourcePath + "/qtbase.pro"); args << "-o"; @@ -3682,8 +3681,6 @@ void Configure::generateMakefiles() cout << "For " << qPrintable(dirPath + projectName) << endl; args << "-o"; args << it->target; - args << "-spec"; - args << spec; if (!dictionary[ "QMAKEADDITIONALARGS" ].isEmpty()) args << dictionary[ "QMAKEADDITIONALARGS" ]; -- cgit v1.2.3