move postProcessProject() call to sane location
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Wed, 7 Mar 2012 12:31:04 +0000 (13:31 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 7 Mar 2012 21:46:29 +0000 (22:46 +0100)
commit6c612c933803ef57ea45e907d0181b40659148ac
tree30bade4fc28b97c9f922167c9507b8eab4220bb6
parentb319d44798fe4c5aa8b859966d64f28b08be28dd
move postProcessProject() call to sane location

there is totally no reason to call it unless the project is actually
used for makefile generation, and the excessive calls actually mess up
things.

Change-Id: Idb7912a5404f6054010d2f29cce820a167de4f6f
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
qmake/generators/metamakefile.cpp
qmake/project.cpp