summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorIain <qt-info@nokia.com>2009-10-23 13:43:28 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-10-26 17:48:00 (GMT)
commit83aa359398a8a510ac732410c918d31eedeeb4f8 (patch)
tree23b6e46118d1d590a3cab813ddc55f19c05cc535 /src/3rdparty
parent6f36d0aafaccbb9affe8ac1b82c225d985aa7491 (diff)
downloadQt-83aa359398a8a510ac732410c918d31eedeeb4f8.zip
Qt-83aa359398a8a510ac732410c918d31eedeeb4f8.tar.gz
Qt-83aa359398a8a510ac732410c918d31eedeeb4f8.tar.bz2
Revert "Re-apply change 8e0fbc2caa3edefb78d6667721235b783bc1a850 by Iain"
This reverts commit f4abf627a8d097e095022d2709718a681b54bd7e. DEF file was unconditionally enabled for Webkit, ignoring setting in qtbase.pri, which was supposed to be the global place to enable/disable DEF file usage. Remove this workaround since we still haven't got DEF files switched on by default. (cherry picked from commit 3b7f570e6f296ef0a5c9c581ed06cb19986164a0)
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/webkit/WebCore/WebCore.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/3rdparty/webkit/WebCore/WebCore.pro b/src/3rdparty/webkit/WebCore/WebCore.pro
index f321aad..a835fc7 100644
--- a/src/3rdparty/webkit/WebCore/WebCore.pro
+++ b/src/3rdparty/webkit/WebCore/WebCore.pro
@@ -87,19 +87,6 @@ win32-g++ {
QMAKE_LIBDIR_POST += $$split(TMPPATH,";")
}
-# Temporary workaround to pick up the DEF file from the same place as all the others
-symbian {
- shared {
- MMP_RULES -= defBlock
-
- MMP_RULES += "$${LITERAL_HASH}ifdef WINSCW" \
- "DEFFILE ../../../s60installs/bwins/$${TARGET}.def" \
- "$${LITERAL_HASH}elif defined EABI" \
- "DEFFILE ../../../s60installs/eabi/$${TARGET}.def" \
- "$${LITERAL_HASH}endif"
- }
-}
-
# Assume that symbian OS always comes with sqlite
symbian:!CONFIG(QTDIR_build): CONFIG += system-sqlite