aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-09-11 01:00:05 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-09-11 01:00:05 +0200
commitf3daa8bb97bbfc7a309c2bf59de1e41d279e05d1 (patch)
tree5d0c805090f2ab3d0e42b5cda21f9383dbdd883d /src/imports
parentde2f5d2bc11a71fe12fcc4c08fff9bf59571db36 (diff)
parente48a10d40001c6efdb3b875c1d0087674dee2a48 (diff)
Merge remote-tracking branch 'origin/5.11' into 5.12
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/xmllistmodel/xmllistmodel.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/xmllistmodel/xmllistmodel.pro b/src/imports/xmllistmodel/xmllistmodel.pro
index 8ee9ea311f..1e61f4d3d9 100644
--- a/src/imports/xmllistmodel/xmllistmodel.pro
+++ b/src/imports/xmllistmodel/xmllistmodel.pro
@@ -10,3 +10,5 @@ SOURCES += qqmlxmllistmodel.cpp plugin.cpp
HEADERS += qqmlxmllistmodel_p.h
load(qml_plugin)
+
+requires(qtConfig(qml-network))