summaryrefslogtreecommitdiff
path: root/projects.pro
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-02-04 15:11:21 +0100
committerThomas Zander <t.zander@nokia.com>2010-02-04 16:22:31 +0100
commitb8705c3dd756243503fd1e469f6ac4907222b321 (patch)
tree22394a6d9743822bb446a20ca218de68daed4dd6 /projects.pro
parent0a44fd45d97fa5286eefdf1c2cb77a3b8585ff29 (diff)
downloadqt4-tools-b8705c3dd756243503fd1e469f6ac4907222b321.tar.gz
Re-anable building of lrelease and fix the translations dir to 'compile'
If we want translations to work, we need lrelease, so that should not be disabled anymore for symbian. Work around the hack of translations/translations.pro to not link anything so we don't do post-linking on symbian (which failed).
Diffstat (limited to 'projects.pro')
-rw-r--r--projects.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects.pro b/projects.pro
index d405a5badd..d98a24febc 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 {
- !wince*:!symbian:SUBDIRS += tools/linguist/lrelease
+ !wince*:SUBDIRS += tools/linguist/lrelease
}
SUBDIRS += translations # qm build step
} else:isEqual(PROJECT, qmake) {