aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml')
-rw-r--r--examples/qml/qml.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/qml/qml.pro b/examples/qml/qml.pro
index e6591c895f..34b2622b98 100644
--- a/examples/qml/qml.pro
+++ b/examples/qml/qml.pro
@@ -1,11 +1,11 @@
TEMPLATE = subdirs
+qtHaveModule(quick): SUBDIRS += networkaccessmanagerfactory xmlhttprequest
+
SUBDIRS += \
- networkaccessmanagerfactory \
plugins \
referenceexamples \
- shell \
- xmlhttprequest
+ shell
EXAMPLE_FILES = \
dynamicscene \