summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-03 22:15:07 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-20 19:51:41 +0100
commit2597d61175172b387956205ea6837af07b9e1f08 (patch)
treee17d54a6ad35b17b866afabef543cf83763b155f /tools
parent4bb020f50b5cc8656a17b217c04e662d88cb795c (diff)
don't attempt to build host tools which are gone from qtbase
Change-Id: If9a3fb9792fc5d90496ff834b2c3adc177e1311e Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com> Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 3e291c2cd0..b7eeea6b60 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -3196,14 +3196,7 @@ void Configure::buildHostTools()
QString pwd = QDir::currentPath();
QStringList hostToolsDirs;
hostToolsDirs
- << "src/tools"
- << "tools/linguist/lrelease";
-
- if (dictionary["XQMAKESPEC"].startsWith("wince"))
- hostToolsDirs << "tools/checksdk";
-
- if (dictionary[ "CETEST" ] == "yes")
- hostToolsDirs << "tools/qtestlib/wince/cetest";
+ << "src/tools";
for (int i = 0; i < hostToolsDirs.count(); ++i) {
cout << "Creating " << hostToolsDirs.at(i) << " ..." << endl;