summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-12-09 18:05:26 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-26 13:29:15 (GMT)
commite1496ecc0a8e4f753edf22ed39c2179cb0f0f3d8 (patch)
treed18e76268c1cf53e11348c040758166899fea39c /mkspecs
parente795e61ef93f8080f9938ac49f2fca306644af85 (diff)
downloadQt-e1496ecc0a8e4f753edf22ed39c2179cb0f0f3d8.zip
Qt-e1496ecc0a8e4f753edf22ed39c2179cb0f0f3d8.tar.gz
Qt-e1496ecc0a8e4f753edf22ed39c2179cb0f0f3d8.tar.bz2
instead of hard-coding recursion for symbian, add it to the specs
Reviewed-by: mariusSO
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/symbian-abld/qmake.conf1
-rw-r--r--mkspecs/symbian-sbsv2/qmake.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/symbian-abld/qmake.conf b/mkspecs/symbian-abld/qmake.conf
index 499bf63..33b897d 100644
--- a/mkspecs/symbian-abld/qmake.conf
+++ b/mkspecs/symbian-abld/qmake.conf
@@ -5,5 +5,6 @@
#
MAKEFILE_GENERATOR = SYMBIAN_ABLD
+option(recursive)
include(../common/symbian/symbian.conf)
diff --git a/mkspecs/symbian-sbsv2/qmake.conf b/mkspecs/symbian-sbsv2/qmake.conf
index 0a5e878..585e645 100644
--- a/mkspecs/symbian-sbsv2/qmake.conf
+++ b/mkspecs/symbian-sbsv2/qmake.conf
@@ -5,5 +5,6 @@
#
MAKEFILE_GENERATOR = SYMBIAN_SBSV2
+option(recursive)
include(../common/symbian/symbian.conf)