summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2009-11-04 14:01:49 (GMT)
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>2009-11-04 14:28:57 (GMT)
commit030b19f36e82cc005d21fab56e26c8b76c811ae7 (patch)
tree26558f5f03ffeb88c8dd50defeef322956c2ba31 /tools
parent135710b1fa38f72a934c542d196af9eff066d908 (diff)
downloadQt-030b19f36e82cc005d21fab56e26c8b76c811ae7.zip
Qt-030b19f36e82cc005d21fab56e26c8b76c811ae7.tar.gz
Qt-030b19f36e82cc005d21fab56e26c8b76c811ae7.tar.bz2
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
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index f75b51b..5e11534 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -3379,10 +3379,7 @@ void Configure::buildHostTools()
QString pwd = QDir::currentPath();
QStringList hostToolsDirs;
hostToolsDirs
- << "src/tools/bootstrap"
- << "src/tools/moc"
- << "src/tools/rcc"
- << "src/tools/uic";
+ << "src/tools";
if(dictionary["XQMAKESPEC"].startsWith("wince"))
hostToolsDirs << "tools/checksdk";