From cad0ead9c2c5d533044fd469f5528e1e47cb9c0f Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 14 Oct 2009 15:48:27 +0300 Subject: Synced QT_BUILD_PARTS in .qmake.cache and projects.pro for Symbian. Projects.pro is forcing QT_BUILD_PARTS to omit docs and translations, but configure still outputted those into .qmake.cache. Fixed configure to also omit them for Symbian builds to make building demos work equally whether built by from root or not. Task-number: QT-1018 Reviewed-by: axis --- tools/configure/configureapp.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index a0db867..f57f3a8 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -1465,6 +1465,9 @@ void Configure::applySpecSpecifics() dictionary[ "SQL_SQLITE" ] = "yes"; dictionary[ "SQL_SQLITE_LIB" ] = "system"; + // Disable building docs and translations for now + disabledBuildParts << "docs" << "translations"; + } else if(dictionary[ "XQMAKESPEC" ].startsWith("linux")) { //TODO actually wrong. //TODO dictionary[ "STYLE_WINDOWSXP" ] = "no"; -- cgit v0.12