summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/webchannel/webchannel.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webchannel/webchannel.pro b/src/webchannel/webchannel.pro
index 931ee03..9c555e7 100644
--- a/src/webchannel/webchannel.pro
+++ b/src/webchannel/webchannel.pro
@@ -2,8 +2,6 @@ TARGET = QtWebChannel
QT = core-private
CONFIG += warn_on strict_flags
-load(qt_module)
-
QMAKE_DOCS = $$PWD/doc/qtwebchannel.qdocconf
RESOURCES += \
@@ -44,3 +42,5 @@ qtHaveModule(qml) {
}
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
+
+load(qt_module)