From 421e02d7b48b4a852a4aa1e6feb781a64f0981b4 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 18 Sep 2009 14:46:30 +0200 Subject: Fix symbol clashes between QtWebKit and QtScript Rename the JSC namespace to QTJSC. Reviewed-by: Lars Knoll --- src/script/script.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/script/script.pro b/src/script/script.pro index e59b2e7..860080d 100644 --- a/src/script/script.pro +++ b/src/script/script.pro @@ -1,6 +1,7 @@ TARGET = QtScript QPRO_PWD = $$PWD QT = core +DEFINES += JSC=QTJSC DEFINES += QT_BUILD_SCRIPT_LIB DEFINES += QT_NO_USING_NAMESPACE DEFINES += QLALR_NO_QSCRIPTGRAMMAR_DEBUG_INFO -- cgit v0.12