summaryrefslogtreecommitdiffstats
path: root/src/script
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2009-11-27 09:47:07 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2009-11-27 09:48:29 (GMT)
commitc8de2b42348eb8665bee3948895c397c4a364251 (patch)
tree61db76691ef0a500cb31fc2b5e601b9959329956 /src/script
parent137828d220a219fe0061afc56f2522e9e3d1ee79 (diff)
downloadQt-c8de2b42348eb8665bee3948895c397c4a364251.zip
Qt-c8de2b42348eb8665bee3948895c397c4a364251.tar.gz
Qt-c8de2b42348eb8665bee3948895c397c4a364251.tar.bz2
Fix miracously exported WTF symbols in QtScript with the Maemo 5 toolchain.
Rename the WTF namespace. Task-number: http://bugreports.qt.nokia.com/browse/QTBUG-5513 Reviewed-by: Simon Hausmann
Diffstat (limited to 'src/script')
-rw-r--r--src/script/script.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/script.pro b/src/script/script.pro
index 008c556..771047a 100644
--- a/src/script/script.pro
+++ b/src/script/script.pro
@@ -1,7 +1,7 @@
TARGET = QtScript
QPRO_PWD = $$PWD
QT = core
-DEFINES += JSC=QTJSC jscyyparse=qtjscyyparse jscyylex=qtjscyylex jscyyerror=qtjscyyerror
+DEFINES += JSC=QTJSC jscyyparse=qtjscyyparse jscyylex=qtjscyylex jscyyerror=qtjscyyerror WTF=QTWTF
DEFINES += QT_BUILD_SCRIPT_LIB
DEFINES += QT_NO_USING_NAMESPACE
DEFINES += QLALR_NO_QSCRIPTGRAMMAR_DEBUG_INFO