diff options
author | Paul Olav Tvete <paul.tvete@qt.io> | 2019-08-16 12:10:28 +0200 |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@qt.io> | 2019-08-16 12:10:28 +0200 |
commit | d1ff96e328a9bcfffc4196956387935fb79e291e (patch) | |
tree | 6aa1fefb13f679305dd535f3b3786ebf6f6585a7 /examples | |
parent | ed79c14c48501cb9d2ed922da78843f06ba208f0 (diff) | |
parent | fc9c4a04d7359cb00a733c56cf85fc9737c9886d (diff) | |
download | qtwayland-d1ff96e328a9bcfffc4196956387935fb79e291e.tar.gz |
Merge remote-tracking branch 'qt/5.13' into dev
Change-Id: Ief5f30fc1dbd0e6531b19e723057b06e9bd419b4
Diffstat (limited to 'examples')
-rw-r--r-- | examples/wayland/wayland.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro index 2b7f992e..f9287481 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 \ |