From e0d72efbe7f4056a88e6c25a0866806603e4b944 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 7 Dec 2012 20:17:59 +0100 Subject: remove bizarre jsc source reference it compiles just fine without it. if this was meant to inject a newer version of JSC than what is in QtScript, it can be redone without creating a bizarre hybrid. Change-Id: I61fe60bfa6a9bdb6423e8a7135250e332a5835ec Reviewed-by: Joerg Bornemann --- tests/benchmarks/corelib/tools/qregexp/qregexp.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/benchmarks') diff --git a/tests/benchmarks/corelib/tools/qregexp/qregexp.pro b/tests/benchmarks/corelib/tools/qregexp/qregexp.pro index 140c93bd81..d62b5b1c11 100644 --- a/tests/benchmarks/corelib/tools/qregexp/qregexp.pro +++ b/tests/benchmarks/corelib/tools/qregexp/qregexp.pro @@ -6,8 +6,7 @@ CONFIG += release exceptions SOURCES += main.cpp RESOURCES += qregexp.qrc -!isEmpty(QT.webkit.sources):exists($${QT.webkit.sources}/../JavaScriptCore/JavaScriptCore.pri) { - include( $${QT.webkit.sources}/../JavaScriptCore/JavaScriptCore.pri ) +!isEmpty(QT.script.name) { DEFINES += HAVE_JSC QT += script } -- cgit v1.2.3