From bcc8ecc91c9884d14dd4eda5fc1a4ab4ba7aab62 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Tue, 16 Mar 2010 17:34:40 +0100 Subject: Define JS_NO_EXPORT to avoid JSC C API functions being exported script.pro was defining JS_EXPORT in an attempt to avoid exporting, but JSBase.h unconditionally undefines it, and redefines based on JS_NO_EXPORT. So define that one instead. --- src/script/script.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/script.pro b/src/script/script.pro index f9ccfe4..df5dbf3 100644 --- a/src/script/script.pro +++ b/src/script/script.pro @@ -73,7 +73,7 @@ solaris-g++:isEqual(QT_ARCH,sparc) { } # Avoid JSC C API functions being exported. -DEFINES += JS_EXPORT="" JS_EXPORTDATA="" +DEFINES += JS_NO_EXPORT JS_EXPORTDATA="" INCLUDEPATH += $$PWD -- cgit v0.12