summaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-04-12 11:11:22 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-04-12 11:43:14 +0200
commit0c9e624ead81aea836f3b65d9e719b6147a5115c (patch)
treea76be3c4bd0da246587e62c8fc3f85303aa96e30 /tools/tools.pro
parenta5fa6f3e2a7376428f5508336a8678723cbc3e94 (diff)
make a partial build of linguist in no-gui config
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index c512e11a6e..7598962d35 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -10,7 +10,6 @@ TEMPLATE = subdirs
SUBDIRS = qtestlib designer
} else {
SUBDIRS = assistant \
- linguist \
pixeltool \
porting \
qtestlib \
@@ -27,6 +26,8 @@ TEMPLATE = subdirs
contains(QT_CONFIG, declarative):SUBDIRS += qml
}
+!wince*:!symbian:SUBDIRS += linguist
+
mac {
SUBDIRS += macdeployqt
}