summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-01-18 08:15:34 (GMT)
committeraxis <qt-info@nokia.com>2010-01-18 08:23:59 (GMT)
commit67652ce2f2bd378862338daa3ebd9d7c43b4f91a (patch)
tree88fe296136e7d55c26d214b65eea49647bb8b4ed /src
parentc8e54ce41201b38b9b3017c9b941129a924fe852 (diff)
downloadQt-67652ce2f2bd378862338daa3ebd9d7c43b4f91a.zip
Qt-67652ce2f2bd378862338daa3ebd9d7c43b4f91a.tar.gz
Qt-67652ce2f2bd378862338daa3ebd9d7c43b4f91a.tar.bz2
Remove qmake warning by using appropriate variable.
RevBy: Miikka Heikkinen
Diffstat (limited to 'src')
-rw-r--r--src/3rdparty/webkit/WebCore/WebCore.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/WebCore.pro b/src/3rdparty/webkit/WebCore/WebCore.pro
index 9432217..1489fa0 100644
--- a/src/3rdparty/webkit/WebCore/WebCore.pro
+++ b/src/3rdparty/webkit/WebCore/WebCore.pro
@@ -23,7 +23,7 @@ symbian: {
TARGET.UID3 = 0x200267C2
# 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.
- MMP_RULES += "LINKEROPTION armcc --rw-base 0xE00000"
+ QMAKE_LFLAGS.ARMCC += --rw-base 0xE00000
}
include($$PWD/../WebKit.pri)