summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-03-08 15:57:33 (GMT)
committeraxis <qt-info@nokia.com>2010-03-08 15:57:33 (GMT)
commit16113ecd5135aea01aac1fa3954143e59269bd50 (patch)
tree536513c9e8791d00925f6c9b6fc27008812bd6fc /src/3rdparty
parent1a289e35cffc55b341a7c4894a26c1693a575f98 (diff)
downloadQt-16113ecd5135aea01aac1fa3954143e59269bd50.zip
Qt-16113ecd5135aea01aac1fa3954143e59269bd50.tar.gz
Qt-16113ecd5135aea01aac1fa3954143e59269bd50.tar.bz2
Switched to using DEF_FILE, which is the official variable.
Diffstat (limited to 'src/3rdparty')
-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 c7e5655..22bd762 100644
--- a/src/3rdparty/webkit/WebCore/WebCore.pro
+++ b/src/3rdparty/webkit/WebCore/WebCore.pro
@@ -3418,7 +3418,7 @@ CONFIG(QTDIR_build):isEqual(QT_MAJOR_VERSION, 4):greaterThan(QT_MINOR_VERSION, 4
symbian {
shared {
contains(CONFIG, def_files) {
- defFilePath=../WebKit/qt/symbian
+ DEF_FILE=../WebKit/qt/symbian
}
}
}