find .qmake.cache for subprojects independently
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 10 May 2012 08:41:54 +0000 (10:41 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 19 Jun 2012 14:46:02 +0000 (16:46 +0200)
commitf86f3613a52568e216c98d8f19ecc5204e76c3fb
tree6ad26374d6982beedb8dd4a2fb966ad61738972a
parentc80697cfbe9071152e49559e9f375352cd205029
find .qmake.cache for subprojects independently

this allows the creation of aggregator projects, like, say, qt5.
this is not expected to have a negative impact, as no project could
reasonably expect a nested .qmake.cache to *not* take effect - in fact,
if the project was processed stand-alone, it would already use it.

Change-Id: I33f2935d309baba7e95465f2fefb8231c4f03eda
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
qmake/generators/makefile.cpp
qmake/project.cpp
qmake/project.h