diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-12-07 15:15:16 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-12-07 15:15:16 (GMT) |
commit | 16e324adfad0775e37c9fe2800d5fa8b89a80a64 (patch) | |
tree | 73d92cdeee69efca4b459aeb626a43bead0bdf06 /projects.pro | |
parent | cfe40854c0c6731317ec73a55d222d73b6bd613e (diff) | |
download | Qt-16e324adfad0775e37c9fe2800d5fa8b89a80a64.zip Qt-16e324adfad0775e37c9fe2800d5fa8b89a80a64.tar.gz Qt-16e324adfad0775e37c9fe2800d5fa8b89a80a64.tar.bz2 |
fix -nomake tools configure option for Windows CE / Symbian
lrelease must not be added to the subdirs project projects.pro when
building Qt for Windows CE or Symbian.
Reviewed-by: ossi
Diffstat (limited to 'projects.pro')
-rw-r--r-- | projects.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects.pro b/projects.pro index 497acd0..d405a5b 100644 --- a/projects.pro +++ b/projects.pro @@ -48,7 +48,7 @@ for(PROJECT, $$list($$lower($$unique(QT_BUILD_PARTS)))) { contains(QT_BUILD_PARTS, tools) { include(translations/translations.pri) # ts targets } else { - SUBDIRS += tools/linguist/lrelease + !wince*:!symbian:SUBDIRS += tools/linguist/lrelease } SUBDIRS += translations # qm build step } else:isEqual(PROJECT, qmake) { |