summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \