diff options
Diffstat (limited to 'src/script/script.pro')
-rw-r--r-- | src/script/script.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/script.pro b/src/script/script.pro index 1a793b2..e59b2e7 100644 --- a/src/script/script.pro +++ b/src/script/script.pro @@ -19,7 +19,7 @@ win32-msvc*: QMAKE_CXXFLAGS += -wd4291 -wd4344 -wd4503 -wd4800 -wd4819 -wd4996 - # fall back to src/3rdparty otherwise WEBKITDIR = $$(WEBKITDIR) isEmpty(WEBKITDIR) { - WEBKITDIR = $$PWD/../3rdparty/webkit + WEBKITDIR = $$PWD/../3rdparty/javascriptcore # FIXME: not needed once JSCBISON works # TODO: or leave it like this since the generated file is available anyway? |