From: Oswald Buddenhagen Date: Fri, 7 Dec 2012 19:17:59 +0000 (+0100) Subject: remove bizarre jsc source reference X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0d72efbe7f4056a88e6c25a0866806603e4b944;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/tests/benchmarks/corelib/tools/qregexp/qregexp.pro b/tests/benchmarks/corelib/tools/qregexp/qregexp.pro index 140c93b..d62b5b1 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 }