Fixed gl_integration.pri on non-mac platforms.
This commit is contained in:
parent
8d7647e286
commit
1b95298d9d
@ -20,10 +20,10 @@ SOURCES += \
|
|||||||
QT_WAYLAND_GL_INTEGRATION = xcomposite_egl
|
QT_WAYLAND_GL_INTEGRATION = xcomposite_egl
|
||||||
CONFIG += xcomposite_egl
|
CONFIG += xcomposite_egl
|
||||||
}
|
}
|
||||||
} mac {
|
} else:mac {
|
||||||
QT_WAYLAND_GL_INTEGRATION = readback_cgl
|
QT_WAYLAND_GL_INTEGRATION = readback_cgl
|
||||||
CONFIG += readback_cgl
|
CONFIG += readback_cgl
|
||||||
}else {
|
} else {
|
||||||
isEqual(QT_WAYLAND_GL_CONFIG, readback) {
|
isEqual(QT_WAYLAND_GL_CONFIG, readback) {
|
||||||
QT_WAYLAND_GL_INTEGRATION = readback_glx
|
QT_WAYLAND_GL_INTEGRATION = readback_glx
|
||||||
CONFIG += readback_glx
|
CONFIG += readback_glx
|
||||||
|
Loading…
Reference in New Issue
Block a user