summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-08-12 16:03:33 +0200
committerLiang Qi <liang.qi@qt.io>2019-08-12 17:56:19 +0200
commit25a46893782979c74f57ab725b1ce55fbfc4fa2f (patch)
tree7e8773ca2ef85f28070574892ada681c5d2da030 /tests
parent5ca9f28f4b272d3265b97c16029071a0070195a6 (diff)
Fix the build when libs didn't get built
Change-Id: I641a1a80edd0861049d079422eef28b095fc26b3 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 79ad29bd5..d81339e86 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,7 +1,10 @@
TEMPLATE=subdirs
QT_FOR_CONFIG += waylandclient-private
+!qtHaveModule(waylandcompositor): \
+ return()
+
+SUBDIRS += compositor
+
qtConfig(wayland-client): \
SUBDIRS += client cmake
-qtHaveModule(waylandcompositor): \
- SUBDIRS += compositor