summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-07 19:08:26 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-11 13:33:33 +0200
commitc52cf58485df20047bd014dc6698b55f71448d8d (patch)
treef522fbb8003d9a0df94c58e7416cad97905ef56c
parentfca18ab38992be9327dc529f497c5806485ad551 (diff)
follow rename of qt_module_config.prf to qt_module.prf
Change-Id: If8a6586e517e1628be34540f24fe3b72f53714a7 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
-rw-r--r--src/bluetooth/bluetooth.pro2
-rw-r--r--src/nfc/nfc.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 5e0c9843..ac0212fb 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -3,7 +3,7 @@ load(qt_build_config)
TARGET = QtBluetooth
QT = core
-load(qt_module_config)
+load(qt_module)
QMAKE_DOCS = $$PWD/../../doc/qt5.qdocconf
diff --git a/src/nfc/nfc.pro b/src/nfc/nfc.pro
index 1fc378dc..ab35f336 100644
--- a/src/nfc/nfc.pro
+++ b/src/nfc/nfc.pro
@@ -3,7 +3,7 @@ load(qt_build_config)
TARGET = QtNfc
QT = core
-load(qt_module_config)
+load(qt_module)
PUBLIC_HEADERS += \
qnearfieldmanager.h \