diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-04-12 09:11:22 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-04-12 09:43:14 (GMT) |
commit | 0c9e624ead81aea836f3b65d9e719b6147a5115c (patch) | |
tree | a76be3c4bd0da246587e62c8fc3f85303aa96e30 | |
parent | a5fa6f3e2a7376428f5508336a8678723cbc3e94 (diff) | |
download | Qt-0c9e624ead81aea836f3b65d9e719b6147a5115c.zip Qt-0c9e624ead81aea836f3b65d9e719b6147a5115c.tar.gz Qt-0c9e624ead81aea836f3b65d9e719b6147a5115c.tar.bz2 |
make a partial build of linguist in no-gui config
-rw-r--r-- | tools/linguist/linguist.pro | 2 | ||||
-rw-r--r-- | tools/tools.pro | 3 |
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 } |