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:
parent
7f709861ec
commit
65b749f5ea
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user