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>
This commit is contained in:
parent
4bb020f50b
commit
2597d61175
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user