summaryrefslogtreecommitdiffstats
path: root/examples/wayland
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-06-20 10:44:01 +0200
committerLiang Qi <liang.qi@qt.io>2019-06-20 10:44:01 +0200
commit993863c4527f0565a77d7728446f954732a3c2b8 (patch)
tree3d3071ea8d30dbef5df7f212f4ece5cb20ee5292 /examples/wayland
parentb90a57a66f0862d8953d0b858d4e11007172cc79 (diff)
Compositor: some parts depends on opengl feature instead of module
This amends 8663de3fa789d8b8e10c5580b37f6eb3beac9ed6. Task-number: QTBUG-76439 Change-Id: If62252fb63c3261dfd23574830f0f60b99c1d854 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'examples/wayland')
-rw-r--r--examples/wayland/wayland.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
index eeb962eb2..2b7f992e4 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -1,7 +1,7 @@
requires(qtHaveModule(waylandcompositor))
TEMPLATE=subdirs
-qtHaveModule(opengl) {
+qtConfig(opengl) {
SUBDIRS += \
qwindow-compositor \
minimal-cpp
@@ -20,7 +20,7 @@ qtHaveModule(quick) {
SUBDIRS += \
custom-extension
- qtHaveModule(opengl) {
+ qtConfig(opengl) {
SUBDIRS += \
server-buffer \
texture-sharing