diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-12-09 15:56:38 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-12-09 15:56:38 (GMT) |
commit | 346d3618bad19714b41ad45715cdef9488ce8969 (patch) | |
tree | e387efc737ef26946b86763f6e2ef8b22d645ee7 /projects.pro | |
parent | 5c8afa87bcb975681b42529456335583df314ff5 (diff) | |
parent | 16e324adfad0775e37c9fe2800d5fa8b89a80a64 (diff) | |
download | Qt-346d3618bad19714b41ad45715cdef9488ce8969.zip Qt-346d3618bad19714b41ad45715cdef9488ce8969.tar.gz Qt-346d3618bad19714b41ad45715cdef9488ce8969.tar.bz2 |
Merge branch 'berlin-staging-2' into 4.6
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) { |