summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/wayland.pro
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-04-11 08:41:40 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2011-04-11 11:58:59 (GMT)
commitf067aa05c030fd02d46f10ab2023059978b4f816 (patch)
tree591383dd7f04215e8a98cacc560b0ff0e4ab0141 /src/plugins/platforms/wayland/wayland.pro
parentf5f4e258a989e05fe89a4294db85c8513b24a04a (diff)
downloadQt-f067aa05c030fd02d46f10ab2023059978b4f816.zip
Qt-f067aa05c030fd02d46f10ab2023059978b4f816.tar.gz
Qt-f067aa05c030fd02d46f10ab2023059978b4f816.tar.bz2
Make the xcomposite the default gl integration backend
The others can be opted in with the environment variable: QT_WAYLAND_GL_CONFIG
Diffstat (limited to 'src/plugins/platforms/wayland/wayland.pro')
-rw-r--r--src/plugins/platforms/wayland/wayland.pro17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/plugins/platforms/wayland/wayland.pro b/src/plugins/platforms/wayland/wayland.pro
index ae17a14..5945438 100644
--- a/src/plugins/platforms/wayland/wayland.pro
+++ b/src/plugins/platforms/wayland/wayland.pro
@@ -31,22 +31,7 @@ QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_WAYLAND
INCLUDEPATH += $$PWD
-contains(QT_CONFIG, opengl) {
- DEFINES += QT_WAYLAND_GL_SUPPORT
- QT += opengl
-
- contains(QT_CONFIG, opengles2) {
- CONFIG += wayland_egl
- #CONFIG += readback_egl
- #CONFIG += xcomposite_egl
- } else {
- CONFIG += readback_glx
- #CONFIG += xcomposite_gl
-
- }
-
- include ($$PWD/gl_integration/gl_integration.pri)
-}
+include ($$PWD/gl_integration/gl_integration.pri)
include (../fontdatabases/genericunix/genericunix.pri)