Add src/tools/tools.pro, and use when building host tools for xcompiling
commit030b19f36e82cc005d21fab56e26c8b76c811ae7
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>
Wed, 4 Nov 2009 14:01:49 +0000 (4 15:01 +0100)
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>
Wed, 4 Nov 2009 14:28:57 +0000 (4 15:28 +0100)
tree26558f5f03ffeb88c8dd50defeef322956c2ba31
parent135710b1fa38f72a934c542d196af9eff066d908
Add src/tools/tools.pro, and use when building host tools for xcompiling

Configure.exe would simply initiate a build for each of the tools in
order. However, this would break certain distributed build systems,
since they would return right away after initiating the make. Thus,
sometimes moc et al. would try to link before bootstrap lib was built.

Reviewed-by: Jason McDonald
configure.exe
src/src.pro
src/tools/tools.pro [new file with mode: 0644]
tools/configure/configureapp.cpp