Don't link to Xlib's Xrender library

We don't use this library in XCB plugin.

Change-Id: Ifcc2f404b3cbf5601eb094eaac923d2f9e6e981b
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
This commit is contained in:
Gatis Paeglis 2014-10-26 22:26:25 +01:00 committed by Gatis Paeglis
parent 9157087334
commit 4d84c25157

View File

@ -60,7 +60,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 -lXrender
LIBS += -lxcb-render -lxcb-render-util
}
# build with session management support