follow rename of qt_module_config.prf to qt_module.prf 79/1779/1
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 7 Aug 2012 17:09:59 +0000 (19:09 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 11 Aug 2012 11:36:22 +0000 (13:36 +0200)
Change-Id: I6e8c72771340b72a457072c8b3e85c039465639b
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
src/v8/v8.pro

index ae7a0ed..ff1b5fa 100644 (file)
@@ -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!).