diff options
author | axis <qt-info@nokia.com> | 2010-03-16 16:12:10 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-03-16 16:12:10 (GMT) |
commit | ecaccfc50b7d5432347a3d0725e4b7a505fe2ac2 (patch) | |
tree | 1a5f9d60a749a563dbdee119e994d96b69795118 /mkspecs/features/symbian | |
parent | 567fbee08643fb21e4c36640f36ee6e056e45605 (diff) | |
download | Qt-ecaccfc50b7d5432347a3d0725e4b7a505fe2ac2.zip Qt-ecaccfc50b7d5432347a3d0725e4b7a505fe2ac2.tar.gz Qt-ecaccfc50b7d5432347a3d0725e4b7a505fe2ac2.tar.bz2 |
Fixed Symbian applications with DESTDIR set.
Diffstat (limited to 'mkspecs/features/symbian')
-rw-r--r-- | mkspecs/features/symbian/symbian_building.prf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/symbian/symbian_building.prf b/mkspecs/features/symbian/symbian_building.prf index aae7e39..9ccfd2f 100644 --- a/mkspecs/features/symbian/symbian_building.prf +++ b/mkspecs/features/symbian/symbian_building.prf @@ -154,8 +154,8 @@ contains(TEMPLATE, app):!contains(QMAKE_LINK, "^@.*") { --compressionmethod bytepair $$elf2e32_LIBPATH --unpaged $$capability \ $$QMAKE_ELF2E32_FLAGS \ | tee elf2e32.log && test `grep -c 'Error:' elf2e32.log` = 0 && rm elf2e32.log \ + && ln "$${symbianDestdir}/$${TARGET}.exe" "$${symbianDestdir}/$$TARGET" \ $$QMAKE_POST_LINK - QMAKE_POST_LINK += && ln "$${TARGET}.exe" "$$TARGET" QMAKE_DISTCLEAN += $${symbianDestdir}/$${TARGET}.sym QMAKE_DISTCLEAN += $${symbianDestdir}/$${TARGET}.exe QMAKE_CLEAN += $${symbianDestdir}/$${TARGET} |