From 1be557c71982c13796afbc30d01fc00203ee0ecb Mon Sep 17 00:00:00 2001 From: axis Date: Fri, 27 Nov 2009 16:09:55 +0100 Subject: Disable the forced profile recursion on Qt's Symbian build system. This makes configure a lot faster. --- qmake/project.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qmake/project.cpp b/qmake/project.cpp index 035362d..f56180b 100644 --- a/qmake/project.cpp +++ b/qmake/project.cpp @@ -551,8 +551,9 @@ static void init_symbian(const QMap& vars) } } - // Force recursive on Symbian, as non-recursive is not really a viable option there - if (isForSymbian_value != isForSymbian_FALSE) + // Force recursive on Symbian native build system, as non-recursive is not really + // a viable option there + if (isForSymbian_value != isForSymbian_FALSE && isForSymbian_value != isForSymbian_MAKEFILE) Option::recursive = true; } -- cgit v0.12