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 <joerg.bornemann@digia.com>
This commit is contained in:
parent
70eef84b18
commit
e0d72efbe7
@ -6,8 +6,7 @@ CONFIG += release exceptions
|
|||||||
SOURCES += main.cpp
|
SOURCES += main.cpp
|
||||||
RESOURCES += qregexp.qrc
|
RESOURCES += qregexp.qrc
|
||||||
|
|
||||||
!isEmpty(QT.webkit.sources):exists($${QT.webkit.sources}/../JavaScriptCore/JavaScriptCore.pri) {
|
!isEmpty(QT.script.name) {
|
||||||
include( $${QT.webkit.sources}/../JavaScriptCore/JavaScriptCore.pri )
|
|
||||||
DEFINES += HAVE_JSC
|
DEFINES += HAVE_JSC
|
||||||
QT += script
|
QT += script
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user