allow projects to suppress qmake recursion
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 10 May 2012 14:49:13 +0000 (16:49 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 19 Jun 2012 14:46:04 +0000 (16:46 +0200)
commit426d1ef0c1bade15206b48e917bf75412b8bb27b
treed067f9b1edf4f7066165e52ed86b402e45daa5bc
parent98470fd9be119dbb1f4d66ca5d1c647ef6128f94
allow projects to suppress qmake recursion

webkit does some unholy tricks with the ordering of qmake and make
invocations, so it does not work with qmake -r. to make it still
possible to integrate it into the qt5 aggregator project, give it a
chance to "break out" from the recursion.

Change-Id: I926836e44c0e0790cdd90e6b0c8f766dccc33c4d
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
qmake/generators/metamakefile.cpp