From b6b6e85f6b0f75898afc341a8792626ebb9b99ee Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 4 May 2012 20:02:35 +0200 Subject: 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 --- qmake/project.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'qmake/project.h') diff --git a/qmake/project.h b/qmake/project.h index 57ea023acd..cf71e5e72c 100644 --- a/qmake/project.h +++ b/qmake/project.h @@ -78,7 +78,6 @@ class QMakeProject FunctionBlock *function; QHash testFunctions, replaceFunctions; - bool recursive; bool host_build; bool need_restart; bool own_prop; @@ -175,7 +174,6 @@ public: void dump() const; - bool isRecursive() const { return recursive; } bool isHostBuild() const { return host_build; } protected: -- cgit v1.2.3