diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-02-04 14:11:21 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-02-04 15:22:31 (GMT) |
commit | b8705c3dd756243503fd1e469f6ac4907222b321 (patch) | |
tree | 22394a6d9743822bb446a20ca218de68daed4dd6 /mkspecs/symbian | |
parent | 0a44fd45d97fa5286eefdf1c2cb77a3b8585ff29 (diff) | |
download | Qt-b8705c3dd756243503fd1e469f6ac4907222b321.zip Qt-b8705c3dd756243503fd1e469f6ac4907222b321.tar.gz Qt-b8705c3dd756243503fd1e469f6ac4907222b321.tar.bz2 |
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 'mkspecs/symbian')
-rw-r--r-- | mkspecs/symbian/linux-armcc/features/symbian_building.prf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/symbian/linux-armcc/features/symbian_building.prf b/mkspecs/symbian/linux-armcc/features/symbian_building.prf index da15872..db215cf 100644 --- a/mkspecs/symbian/linux-armcc/features/symbian_building.prf +++ b/mkspecs/symbian/linux-armcc/features/symbian_building.prf @@ -93,7 +93,7 @@ contains(TEMPLATE, lib):!contains(CONFIG, static):!contains(CONFIG, staticlib) { QMAKE_LFLAGS += --symver_soname --soname $${TARGET}\\{$${hexVersion}\\}\\[$${intUid3}\\].dll } -contains(TEMPLATE, app) { +contains(TEMPLATE, app):!contains(QMAKE_LINK, "^@.*") { !isEmpty($$QMAKE_POST_LINK):QMAKE_POST_LINK += && QMAKE_POST_LINK += $$QMAKE_MOVE $$symbianDestdir/$${TARGET} $$symbianDestdir/$${TARGET}.sym |