src/3rdparty/webkit/WebCore/WebCore.pro
branchRCL_3
changeset 6 dee5afe5301f
parent 5 d3bac044e0f0
child 8 3f74d0d4af4c
equal deleted inserted replaced
5:d3bac044e0f0 6:dee5afe5301f
    25     DEPLOYMENT += webkitlibs webkitbackup
    25     DEPLOYMENT += webkitlibs webkitbackup
    26 
    26 
    27     # RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target.
    27     # RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target.
    28     # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
    28     # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
    29     MMP_RULES += "LINKEROPTION  armcc --rw-base 0xE00000"
    29     MMP_RULES += "LINKEROPTION  armcc --rw-base 0xE00000"
    30     MMP_RULES += BYTEPAIRCOMPRESSTARGET # :QTP:QT-2698
       
    31     MMP_RULES += ALWAYS_BUILD_AS_ARM
    30     MMP_RULES += ALWAYS_BUILD_AS_ARM
    32     QMAKE_CXXFLAGS.ARMCC += -OTime -O3
    31     QMAKE_CXXFLAGS.ARMCC += -OTime -O3
    33 }
    32 }
    34 
    33 
    35 include($$PWD/../WebKit.pri)
    34 include($$PWD/../WebKit.pri)