Fixed symbol lookup failure with xcb when using GLX and XRender.
authorSamuel Rødal <samuel.rodal@nokia.com>
Wed, 7 Sep 2011 06:35:47 +0000 (08:35 +0200)
committerGunnar Sletta <gunnar.sletta@nokia.com>
Wed, 7 Sep 2011 06:51:29 +0000 (08:51 +0200)
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>
src/plugins/platforms/xcb/xcb.pro

index 7700b48..143a671 100644 (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