summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bluetooth/bluetooth.pro3
-rw-r--r--src/nfc/nfc.pro4
2 files changed, 3 insertions, 4 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 6cf0795c..e6b61eb9 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -6,8 +6,6 @@ QT_PRIVATE = concurrent
QMAKE_DOCS = $$PWD/doc/qtbluetooth.qdocconf
OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator
-load(qt_module)
-
PUBLIC_HEADERS += \
qbluetoothglobal.h \
qbluetoothaddress.h\
@@ -198,3 +196,4 @@ OTHER_FILES +=
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
+load(qt_module)
diff --git a/src/nfc/nfc.pro b/src/nfc/nfc.pro
index 16737e73..a0a249fc 100644
--- a/src/nfc/nfc.pro
+++ b/src/nfc/nfc.pro
@@ -1,8 +1,6 @@
TARGET = QtNfc
QT = core
-load(qt_module)
-
QMAKE_DOCS = $$PWD/doc/qtnfc.qdocconf
OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator
@@ -153,3 +151,5 @@ isEmpty(NFC_BACKEND_AVAILABLE) {
}
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
+
+load(qt_module)