summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-05-04 20:02:35 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-27 14:35:32 +0200
commitb6b6e85f6b0f75898afc341a8792626ebb9b99ee (patch)
tree86eee5e137e4773634c3c37e391c2230ab2002d4 /qmake/option.h
parent031ac3c167d356e9c853f2c8f4331d5a276c6651 (diff)
remove possibility to request project recursion from within a pro file again
the feature was implemented for the abld/sbs2 generators only, and is of course undocumented. this reverts most of commit e795e61ef93f8080f9938ac49f2fca306644af85. Change-Id: Ibd1726b036ce6c45f8e678ea996218f774f8aed2 Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Diffstat (limited to 'qmake/option.h')
-rw-r--r--qmake/option.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/qmake/option.h b/qmake/option.h
index 32af3a8013..4e6098130a 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -165,8 +165,7 @@ struct Option
static QString output_dir;
static int debug_level;
static int warn_level;
- enum QMAKE_RECURSIVE { QMAKE_RECURSIVE_DEFAULT, QMAKE_RECURSIVE_YES, QMAKE_RECURSIVE_NO };
- static QMAKE_RECURSIVE recursive;
+ static bool recursive;
static QStringList before_user_vars, after_user_vars;
static QString user_template, user_template_prefix;