Fixed symbol lookup failure with xcb when using GLX and XRender.

Change-Id: I17870f0acd934bf6203e432d406f1717d99386ee
Reviewed-on: http://codereview.qt.nokia.com/4310
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
bb10
Samuel Rødal 2011-09-07 08:35:47 +02:00 committed by Gunnar Sletta
parent c8fcc29298
commit 5eaec40f63
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ contains(QT_CONFIG, xcb-xlib) {
# to support custom cursors with depth > 1
contains(QT_CONFIG, xcb-render) {
DEFINES += XCB_USE_RENDER
LIBS += -lxcb-render -lxcb-render-util
LIBS += -lxcb-render -lxcb-render-util -lXrender
}
# DEFINES += XCB_USE_DRI2