From 2597d61175172b387956205ea6837af07b9e1f08 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 3 Feb 2012 22:15:07 +0100 Subject: don't attempt to build host tools which are gone from qtbase Change-Id: If9a3fb9792fc5d90496ff834b2c3adc177e1311e Reviewed-by: Bradley T. Hughes Reviewed-by: Marius Storm-Olsen --- tools/configure/configureapp.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'tools') 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; -- cgit v1.2.3