summaryrefslogtreecommitdiff
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 532c07e..decf465 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,5 +1,7 @@
TEMPLATE = subdirs
-SUBDIRS = \
- hybridshell \
- qtobject
+qtHaveModule(quick) {
+ SUBDIRS += \
+ hybridshell \
+ qtobject
+}