summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 634e44b..d83cc1f 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,3 +1,7 @@
TEMPLATE = subdirs
SUBDIRS += websockets
+
+qtHaveModule(quick) {
+ SUBDIRS += qml
+}