diff options
author | axis <qt-info@nokia.com> | 2009-12-11 09:28:42 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-12-11 10:27:15 (GMT) |
commit | f722cae67b412404d253b5794f638c271fb1eea8 (patch) | |
tree | 628c8ba0808b5ff987d36a74aca96c6fe281bd3a /mkspecs/symbian/linux-armcc/qmake.conf | |
parent | cca653230dd39b4202d6ca7dbe42c35f47958084 (diff) | |
download | Qt-f722cae67b412404d253b5794f638c271fb1eea8.zip Qt-f722cae67b412404d253b5794f638c271fb1eea8.tar.gz Qt-f722cae67b412404d253b5794f638c271fb1eea8.tar.bz2 |
Switched to using ABIv2 format to generate Symbian binaries.
This means using elf2e32 instead of elftran, and eliminates the need
for generating exports manually.
Diffstat (limited to 'mkspecs/symbian/linux-armcc/qmake.conf')
-rw-r--r-- | mkspecs/symbian/linux-armcc/qmake.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/symbian/linux-armcc/qmake.conf b/mkspecs/symbian/linux-armcc/qmake.conf index c28acb8..780ff29 100644 --- a/mkspecs/symbian/linux-armcc/qmake.conf +++ b/mkspecs/symbian/linux-armcc/qmake.conf @@ -26,9 +26,9 @@ QMAKE_DEL_DIR = rmdir QMAKE_CHK_DIR_EXISTS = test -d QMAKE_MKDIR = mkdir -p -QMAKE_CFLAGS += --preinclude rvct2_2.h --diag_suppress 186,654,1300 --thumb --fpu softvfp --cpu 5T --enum_is_int -Ono_known_library --fpmode ieee_no_fenv --export_all_vtbl --no_vfe --apcs /inter --dllimport_runtime --gnu +QMAKE_CFLAGS += --dllimport_runtime --preinclude rvct2_2.h --diag_suppress 186,654,1300 --thumb --fpu softvfp --cpu 5T --enum_is_int -Ono_known_library --fpmode ieee_no_fenv --export_all_vtbl --no_vfe --apcs /inter --visibility_inlines_hidden QMAKE_CXXFLAGS += $$QMAKE_CFLAGS --no_parse_templates -QMAKE_LFLAGS += --diag_suppress 6331,6780 --shl --reloc --split --rw-base 0x400000 --noscanlib +QMAKE_LFLAGS += --diag_suppress 6331,6780 --bpabi --reloc --datacompressor=off --split --rw-base 0x400000 --dll --no_scanlib QMAKE_LFLAGS_APP += --entry _E32Startup QMAKE_LFLAGS_SHLIB += --entry _E32Dll |