summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2019-08-16 12:10:28 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2019-08-16 12:10:28 +0200
commitd1ff96e328a9bcfffc4196956387935fb79e291e (patch)
tree6aa1fefb13f679305dd535f3b3786ebf6f6585a7 /examples
parented79c14c48501cb9d2ed922da78843f06ba208f0 (diff)
parentfc9c4a04d7359cb00a733c56cf85fc9737c9886d (diff)
Merge remote-tracking branch 'qt/5.13' into dev
Diffstat (limited to 'examples')
-rw-r--r--examples/wayland/wayland.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
index 2b7f992e4..f9287481b 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -1,6 +1,8 @@
-requires(qtHaveModule(waylandcompositor))
TEMPLATE=subdirs
+!qtHaveModule(waylandcompositor): \
+ return()
+
qtConfig(opengl) {
SUBDIRS += \
qwindow-compositor \