follow rename of qt_module_config.prf to qt_module.prf
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 7 Aug 2012 17:13:03 +0000 (19:13 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 13 Aug 2012 11:03:22 +0000 (13:03 +0200)
Change-Id: I20e609469de3cd050fd2ef0dceeefbf424249b44
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
src/assistant/clucene/clucene.pro
src/assistant/help/help.pro
src/designer/src/components/lib/lib.pro
src/designer/src/lib/lib.pro
src/designer/src/uitools/uitools.pro

index 4a260ca..725d1b8 100644 (file)
@@ -6,7 +6,7 @@ TARGET = QtCLucene
 QT = core
 CONFIG += internal_module
 
-load(qt_module_config)
+load(qt_module)
 
 include(fulltextsearch.pri)
 
index a17c6e9..45e85ae 100644 (file)
@@ -5,7 +5,7 @@ QT = core-private gui widgets
 
 DEFINES += QHELP_LIB QT_CLUCENE_SUPPORT
 
-load(qt_module_config)
+load(qt_module)
 
 # private dependencies
 QT += network sql clucene-private
index a0dd185..e553c3b 100644 (file)
@@ -5,7 +5,7 @@ TARGET = QtDesignerComponents
 QT = core gui-private widgets-private designer-private
 CONFIG += internal_module
 
-load(qt_module_config)
+load(qt_module)
 
 # private dependencies
 QT += xml
index 03e25f7..707b19e 100644 (file)
@@ -6,7 +6,7 @@ TARGET = QtDesigner
 QT = core-private gui-private widgets-private xml
 
 MODULE_CONFIG = designer_defines
-load(qt_module_config)
+load(qt_module)
 
 DEFINES += \
     QDESIGNER_SDK_LIBRARY \
index 7b3fdf2..af48b5c 100644 (file)
@@ -4,7 +4,7 @@ TARGET = QtUiTools
 CONFIG += static
 QT = core
 
-load(qt_module_config)
+load(qt_module)
 
 HEADERS += quiloader.h
 SOURCES += quiloader.cpp