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.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/qml/qml.pro b/examples/qml/qml.pro
index 4ed935f92f..df73fe0200 100644
--- a/examples/qml/qml.pro
+++ b/examples/qml/qml.pro
@@ -1,12 +1,13 @@
TEMPLATE = subdirs
+QT_FOR_CONFIG += qml
qtHaveModule(quick) {
SUBDIRS += \
qmlextensionplugins \
xmlhttprequest
- !no_network: SUBDIRS += \
- networkaccessmanagerfactory
+ qtConfig(qml-network): \
+ SUBDIRS += networkaccessmanagerfactory
}
SUBDIRS += \