Do not build glx integration with -no-opengl

Task-number: QTBUG-44998
Change-Id: I57c18cd3621a59297d3f91026903628ea6187a5f
Reviewed-by: Jørgen Lind <jorgen.lind@theqtcompany.com>
bb10
Laszlo Agocs 2015-03-17 08:34:01 +01:00
parent 53a9ff2a45
commit 42f9fd5f07
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ contains(QT_CONFIG, egl):contains(QT_CONFIG, egl_x11) {
SUBDIRS += xcb_egl
}
contains(QT_CONFIG, xcb-xlib):!contains(QT_CONFIG, opengles2) {
contains(QT_CONFIG, xcb-xlib): contains(QT_CONFIG, opengl): !contains(QT_CONFIG, opengles2) {
SUBDIRS += xcb_glx
}