From 0885f3ee5239089f614b30b3ca745c85e1b2dfca Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 7 Aug 2012 19:00:38 +0200 Subject: rename qt_module_config.prf => qt_module.prf this is more logical, following the qt_plugin and qt_tool scheme. Change-Id: Ib3b2abec6728cdab260e15128b1cd78e8e6f5d6a Reviewed-by: Joerg Bornemann --- src/concurrent/concurrent.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/concurrent/concurrent.pro') diff --git a/src/concurrent/concurrent.pro b/src/concurrent/concurrent.pro index 6b81950138..190da83e9c 100644 --- a/src/concurrent/concurrent.pro +++ b/src/concurrent/concurrent.pro @@ -7,7 +7,7 @@ CONFIG += exceptions DEFINES += QT_NO_USING_NAMESPACE win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000 -load(qt_module_config) +load(qt_module) PRECOMPILED_HEADER = ../corelib/global/qt_pch.h -- cgit v1.2.3