summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-07-06 12:51:50 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-07-06 12:51:50 +0200
commit379bd6810149066cc8ab4d3b2393178bb59e220c (patch)
tree37e19755cc24ddaa36b7700751550cad3b9ace44
parent9fd83e73dd2e11cbb80e18784d26f088c173b08e (diff)
Fixed gl_integration.pri on non-mac platforms.
-rw-r--r--src/plugins/platforms/wayland/gl_integration/gl_integration.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/platforms/wayland/gl_integration/gl_integration.pri b/src/plugins/platforms/wayland/gl_integration/gl_integration.pri
index 9851773..20c3aa0 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