summaryrefslogtreecommitdiff
path: root/src/gui/egl/egl.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/egl/egl.pri')
-rw-r--r--src/gui/egl/egl.pri10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/egl/egl.pri b/src/gui/egl/egl.pri
index c39c5ea9d9..4c7a5f8365 100644
--- a/src/gui/egl/egl.pri
+++ b/src/gui/egl/egl.pri
@@ -18,15 +18,15 @@ contains(QT_CONFIG, egl): {
} else {
symbian {
SOURCES += egl/qegl_symbian.cpp
- } else {
+ }
+ x11 {
SOURCES += egl/qegl_x11.cpp
}
+ wayland {
+ SOURCES += egl/qegl_wayland.cpp
+ }
}
}
-
- wayland {
- SOURCES += egl/qegl_wayland.cpp
- }
} else:symbian {
DEFINES += QT_NO_EGL
SOURCES += egl/qegl_stub.cpp