introduce -fully-process configure option, change behavior of -process
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 2 Aug 2012 13:37:50 +0000 (15:37 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 6 Aug 2012 13:28:59 +0000 (15:28 +0200)
commit5fae23eb26b172d4677db273049119b16db272d3
tree7cc9bc7b302998adf070f80a01fbe8715dc23a4b
parent051f97f3504bbb0c50450205f00d6c136b0eebb8
introduce -fully-process configure option, change behavior of -process

configure will now run qmake without -recursive, as on modern systems
one can get a lot more out of parallelization done by make, which qmake
cannot do.
use -fully-process to get back the old behavior. -dont-process is
unchanged.

Change-Id: I2874321a963175463ae8992f3ab2b01bc13c9922
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
configure
tools/configure/configureapp.cpp