summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/linguist/linguist.pro2
-rw-r--r--tools/tools.pro3
2 files changed, 3 insertions, 2 deletions
diff --git a/tools/linguist/linguist.pro b/tools/linguist/linguist.pro
index 85ecd5a..248c89e 100644
--- a/tools/linguist/linguist.pro
+++ b/tools/linguist/linguist.pro
@@ -1,6 +1,6 @@
TEMPLATE = subdirs
SUBDIRS = \
- linguist \
lrelease \
lupdate \
lconvert
+!no-png:!contains(QT_CONFIG, no-gui):SUBDIRS += linguist
diff --git a/tools/tools.pro b/tools/tools.pro
index c512e11..7598962 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
}