From 7a169fb52a2d57ec6b3b8e6196e5d4ce084e3eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Tue, 20 Mar 2012 09:17:18 +0100 Subject: Revert "Remove the LIBS from platformsupport" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit cd6e90c70ac13065257422088ffa01537ed9c685. Prevent symbol lookup error when requesting alpha visuals with GLX in the xcb plugin. This means other plugins will also link against -lXrender, but we need this workaround for now. Change-Id: I2fd2c63bc577c2497060a555c91d72337723b931 Reviewed-by: Friedemann Kleint Reviewed-by: Jørgen Lind --- src/platformsupport/udev/udev.pri | 1 + 1 file changed, 1 insertion(+) (limited to 'src/platformsupport/udev/udev.pri') diff --git a/src/platformsupport/udev/udev.pri b/src/platformsupport/udev/udev.pri index e22be2c363..c00fa72ba8 100644 --- a/src/platformsupport/udev/udev.pri +++ b/src/platformsupport/udev/udev.pri @@ -3,4 +3,5 @@ contains(QT_CONFIG, libudev) { SOURCES += $$PWD/qudevicehelper.cpp INCLUDEPATH += $$QMAKE_INCDIR_LIBUDEV + LIBS += -ludev } -- cgit v1.2.3