move syncqt call to qt_module_headers.prf
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Tue, 18 Sep 2012 16:19:29 +0000 (18:19 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 21 Sep 2012 00:44:22 +0000 (02:44 +0200)
commit5ad378859a185c681cdea39a21c850b46e1369bb
tree39b05eeb0cc61bf174aff08b390a67b672bd2d30
parent0da7f097249f71726140a38647bb4824b09fad7b
move syncqt call to qt_module_headers.prf

for one, the syncqt invocation is qt module magic and thus simply does
not belong into the generic default_pre file.
second, this way the forwarding header generation is now linked to the
rest of the build magic for a particular module, which is way less
confusing for the unsuspecting developer.

Change-Id: Idc8e420d3faf173d7fff4a41e6e1c59af15c3023
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
mkspecs/features/default_pre.prf
mkspecs/features/qt_module_headers.prf
src/tools/bootstrap/bootstrap.pro