From: Samuel Rødal Date: Wed, 7 Sep 2011 06:35:47 +0000 (+0200) Subject: Fixed symbol lookup failure with xcb when using GLX and XRender. X-Git-Tag: qt-v5.0.0-alpha1~3626^2~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5eaec40f63d9d3f71fd0c61d4169034322f83c0a;p=profile%2Fivi%2Fqtbase.git 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 Reviewed-by: Gunnar Sletta --- diff --git a/src/plugins/platforms/xcb/xcb.pro b/src/plugins/platforms/xcb/xcb.pro index 7700b48..143a671 100644 --- a/src/plugins/platforms/xcb/xcb.pro +++ b/src/plugins/platforms/xcb/xcb.pro @@ -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