summaryrefslogtreecommitdiffstats
path: root/src/clientcompat/clientcompat.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-07 19:10:13 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-11 13:36:27 +0200
commitf5807571750dffd30f3612557714cc0602592524 (patch)
treead89e73d104d00113cd1d18827784ac6c7cfbb9a /src/clientcompat/clientcompat.pro
parent76aee6c3bbc8f68b4dcb3145cc1d2833b83e2000 (diff)
follow rename of qt_module_config.prf to qt_module.prf
Change-Id: I858d663ff7ce516fed42bae722d155dd890c6c33 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'src/clientcompat/clientcompat.pro')
-rw-r--r--src/clientcompat/clientcompat.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientcompat/clientcompat.pro b/src/clientcompat/clientcompat.pro
index f043c073..8439a1f7 100644
--- a/src/clientcompat/clientcompat.pro
+++ b/src/clientcompat/clientcompat.pro
@@ -8,7 +8,7 @@ QT = core
QT_FOR_PRIVATE = network
CONFIG += internal_module
-load(qt_module_config)
+load(qt_module)
include(../jsonstream/jsonstream.pri)