diff options
author | axis <qt-info@nokia.com> | 2010-06-25 09:32:06 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-06-29 08:52:42 (GMT) |
commit | 8df35c03963dccc5a24caa8f5ab4c956ba87bcfd (patch) | |
tree | 6b9c07af3736f24994640122d6c2b76749d3e796 /mkspecs | |
parent | e391d5bb96e08db99ecb5e9efcda439450922dcc (diff) | |
download | Qt-8df35c03963dccc5a24caa8f5ab4c956ba87bcfd.zip Qt-8df35c03963dccc5a24caa8f5ab4c956ba87bcfd.tar.gz Qt-8df35c03963dccc5a24caa8f5ab4c956ba87bcfd.tar.bz2 |
Removed useless comments.
Not relevant anymore after 5b5ae51b22b.
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/features/symbian/symbian_building.prf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mkspecs/features/symbian/symbian_building.prf b/mkspecs/features/symbian/symbian_building.prf index 08ab3e7..1a691a9 100644 --- a/mkspecs/features/symbian/symbian_building.prf +++ b/mkspecs/features/symbian/symbian_building.prf @@ -104,9 +104,6 @@ contains(TEMPLATE, lib):!contains(CONFIG, static):!contains(CONFIG, staticlib) { contains(CONFIG, plugin):QMAKE_ELF2E32_FLAGS += --definput=plugin_commonu.def - # The tee and grep at the end work around the issue that elf2e32 doesn't return non-null on error. - # The comparison of dso files is to avoid extra building of modules that depend on this dso, in - # case it has not changed. QMAKE_POST_LINK = $$QMAKE_MOVE $$symbianDestdir/$${TARGET}.dll $$symbianDestdir/$${TARGET}.sym \ && elf2e32_qtwrapper --version=$$decVersion \ --sid=$$TARGET.SID \ @@ -155,7 +152,6 @@ contains(TEMPLATE, app):!contains(QMAKE_LINK, "^@.*") { QMAKE_POST_LINK = $$replace(QMAKE_POST_LINK, "^@", "") QMAKE_POST_LINK = && $$QMAKE_POST_LINK } - # the tee and grep at the end work around the issue that elf2e32 doesn't return non-null on error QMAKE_POST_LINK = $$QMAKE_MOVE $$symbianDestdir/$${TARGET} $$symbianDestdir/$${TARGET}.sym \ && elf2e32_qtwrapper --version $$decVersion \ --sid=$$TARGET.SID \ |