don't try to not build non-existing parts

Change-Id: I20896f15f7ab91aac8a9b6977fd3a253bc0e187d
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen 2013-06-17 11:00:19 +02:00 committed by The Qt Project
parent 7f709861ec
commit 65b749f5ea

View File

@ -1570,8 +1570,8 @@ void Configure::desc(const char *mark_option, const char *mark, const char *opti
void Configure::applySpecSpecifics()
{
if (dictionary.contains("XQMAKESPEC")) {
//Disable building tools, docs and translations when cross compiling.
nobuildParts << "docs" << "translations" << "tools";
//Disable building tools when cross compiling.
nobuildParts << "tools";
}
if (dictionary.value("XQMAKESPEC").startsWith("wince")) {