summaryrefslogtreecommitdiffstats
path: root/examples/wayland
diff options
context:
space:
mode:
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