aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/qml.pro')
-rw-r--r--examples/qml/qml.pro13
1 files changed, 9 insertions, 4 deletions
diff --git a/examples/qml/qml.pro b/examples/qml/qml.pro
index eb4c98e5c4..df73fe0200 100644
--- a/examples/qml/qml.pro
+++ b/examples/qml/qml.pro
@@ -1,9 +1,14 @@
TEMPLATE = subdirs
+QT_FOR_CONFIG += qml
-qtHaveModule(quick): SUBDIRS += \
- networkaccessmanagerfactory \
- qmlextensionplugins \
- xmlhttprequest
+qtHaveModule(quick) {
+ SUBDIRS += \
+ qmlextensionplugins \
+ xmlhttprequest
+
+ qtConfig(qml-network): \
+ SUBDIRS += networkaccessmanagerfactory
+}
SUBDIRS += \
referenceexamples \