summaryrefslogtreecommitdiffstats
path: root/qmake/project.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-12-09 19:05:26 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-26 14:29:15 +0100
commite1496ecc0a8e4f753edf22ed39c2179cb0f0f3d8 (patch)
treed18e76268c1cf53e11348c040758166899fea39c /qmake/project.cpp
parente795e61ef93f8080f9938ac49f2fca306644af85 (diff)
instead of hard-coding recursion for symbian, add it to the specs
Reviewed-by: mariusSO
Diffstat (limited to 'qmake/project.cpp')
-rw-r--r--qmake/project.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/qmake/project.cpp b/qmake/project.cpp
index db1db581d7..274e54a0f5 100644
--- a/qmake/project.cpp
+++ b/qmake/project.cpp
@@ -545,10 +545,6 @@ static void init_symbian(const QMap<QString, QStringList>& vars)
isForSymbian_value = isForSymbian_FALSE;
}
}
-
- // Force recursive on Symbian, as non-recursive is not really a viable option there
- if (isForSymbian_value != isForSymbian_FALSE)
- Option::recursive = Option::QMAKE_RECURSIVE_YES;
}
bool isForSymbian()