summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!).