From 1b95298d9d5d7f39e28c1bdb14afbf24ee8a64f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Wed, 6 Jul 2011 12:51:50 +0200 Subject: Fixed gl_integration.pri on non-mac platforms. --- src/plugins/platforms/wayland/gl_integration/gl_integration.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/plugins/platforms/wayland/gl_integration/gl_integration.pri b/src/plugins/platforms/wayland/gl_integration/gl_integration.pri index 98517730b6..20c3aa0bd9 100644 --- a/src/plugins/platforms/wayland/gl_integration/gl_integration.pri +++ b/src/plugins/platforms/wayland/gl_integration/gl_integration.pri @@ -20,10 +20,10 @@ SOURCES += \ QT_WAYLAND_GL_INTEGRATION = xcomposite_egl CONFIG += xcomposite_egl } - } mac { + } else:mac { QT_WAYLAND_GL_INTEGRATION = readback_cgl CONFIG += readback_cgl - }else { + } else { isEqual(QT_WAYLAND_GL_CONFIG, readback) { QT_WAYLAND_GL_INTEGRATION = readback_glx CONFIG += readback_glx -- cgit v1.2.3