summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index f92fad1d69..50e491f20c 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -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")) {