summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-03-09 15:53:19 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-03-09 16:00:15 (GMT)
commit02f6da62a42bd1059eb0da091d1f46efbb919750 (patch)
tree94da8ffcb99f1d61e356a84f985dcb6dd5bb5e65 /src/3rdparty/webkit
parentfbe80a0094d7ef501f2308e70f19342f875dd94c (diff)
downloadQt-02f6da62a42bd1059eb0da091d1f46efbb919750.zip
Qt-02f6da62a42bd1059eb0da091d1f46efbb919750.tar.gz
Qt-02f6da62a42bd1059eb0da091d1f46efbb919750.tar.bz2
Use the same concept for per-lib tweaks as armcc
Now the compiler specific options in gui.pro and WebCore.pro are only for the mmp based build systems. Lets make that clear and mark them as such.
Diffstat (limited to 'src/3rdparty/webkit')
-rw-r--r--src/3rdparty/webkit/WebCore/WebCore.pro10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/3rdparty/webkit/WebCore/WebCore.pro b/src/3rdparty/webkit/WebCore/WebCore.pro
index 1870a80..2095179 100644
--- a/src/3rdparty/webkit/WebCore/WebCore.pro
+++ b/src/3rdparty/webkit/WebCore/WebCore.pro
@@ -24,10 +24,12 @@ symbian: {
DEPLOYMENT += webkitlibs webkitbackup
- # RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target.
- # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
- QMAKE_LFLAGS.ARMCC += --rw-base 0xE00000
- CONFIG += do_not_build_as_thumb
+ symbian-abld:symbian-sbsv2 {
+ # RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target.
+ # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
+ QMAKE_LFLAGS.ARMCC += --rw-base 0xE00000
+ CONFIG += do_not_build_as_thumb
+ }
}
include($$PWD/../WebKit.pri)