summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-07 19:09:59 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-11 13:36:22 +0200
commit89c7e60ca70d0ff8f26f311fa92b8109d275f6f9 (patch)
treecc243d068c9c8636f00b1b523f443a0b72be3aa2
parent30662b5d64ff633f57d89290da2a85507d561187 (diff)
downloadqtjsbackend-89c7e60ca70d0ff8f26f311fa92b8109d275f6f9.tar.gz
follow rename of qt_module_config.prf to qt_module.prf
Change-Id: I6e8c72771340b72a457072c8b3e85c039465639b Reviewed-by: Kent Hansen <kent.hansen@nokia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
-rw-r--r--src/v8/v8.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/v8/v8.pro b/src/v8/v8.pro
index ae7a0ed..ff1b5fa 100644
--- a/src/v8/v8.pro
+++ b/src/v8/v8.pro
@@ -8,10 +8,10 @@ CONFIG += internal_module
win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000
-load(qt_module_config)
+load(qt_module)
CONFIG += warn_off
-# Remove includepaths that were added by qt_module_config.
+# Remove includepaths that were added by qt_module.
# These cause compilation of V8 to fail because they appear before
# 3rdparty/v8/src; 3rdparty/v8/src/v8.h will then be "shadowed" by
# the public v8.h API header (they are not the same!).