From 989cada8cc6c4f12e30c28bde3edac8a3833680f Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 22 Jun 2012 19:52:41 +0200 Subject: don't compile the host tools for wince already in configure qmake can now produce proper mixed-target projects Change-Id: I797f055f6e1487b9aefb75eee91d6c2cc4e6e56e Reviewed-by: Andreas Holzammer Reviewed-by: Oswald Buddenhagen --- tools/configure/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/configure/main.cpp') diff --git a/tools/configure/main.cpp b/tools/configure/main.cpp index 08cd691875..794793b52f 100644 --- a/tools/configure/main.cpp +++ b/tools/configure/main.cpp @@ -101,8 +101,6 @@ int runConfigure( int argc, char** argv ) #endif if( !app.isDone() ) app.generateMakefiles(); - if( !app.isDone() ) - app.buildHostTools(); if( !app.isDone() ) app.showSummary(); if( !app.isOk() ) -- cgit v1.2.3