build glxconvenience also without Xrender

it contains #ifdefs for that, no need to disable it completely.

Change-Id: I4a7d03e09fefded966e2c3fec58a470b4f1d3300
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
Oswald Buddenhagen 2013-08-29 20:43:50 +02:00 committed by The Qt Project
parent 9554088557
commit 5ca5f4d344

View File

@ -1,6 +1,7 @@
contains(QT_CONFIG,xlib):contains(QT_CONFIG,xrender) {
contains(QT_CONFIG, xlib) {
contains(QT_CONFIG,opengl):!contains(QT_CONFIG,opengles2) {
LIBS_PRIVATE += $$QMAKE_LIBS_X11 -lXrender
contains(QT_CONFIG, xrender): LIBS_PRIVATE += -lXrender
LIBS_PRIVATE += $$QMAKE_LIBS_X11
HEADERS += $$PWD/qglxconvenience_p.h
SOURCES += $$PWD/qglxconvenience.cpp
}