
Untitled
By: a guest on
Feb 28th, 2012 | syntax:
Diff | size: 1.00 KB | hits: 30 | expires: Never
From 0933f0a4197e92019e758663db04922749825925 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B8rgen=20Lind?= <jorgen.lind@nokia.com>
Date: Tue, 28 Feb 2012 09:27:25 +0100
Subject: [PATCH] Remove the LIBS from platformsupport
The application / library that uses this should link to xrendr
Change-Id: I9e3ffd4d98b3bd66abb8e621378b010da7feda7a
---
.../glxconvenience/glxconvenience.pri | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/platformsupport/glxconvenience/glxconvenience.pri b/src/platformsupport/glxconvenience/glxconvenience.pri
index 3632f45..6915f8d 100644
--- a/src/platformsupport/glxconvenience/glxconvenience.pri
+++ b/src/platformsupport/glxconvenience/glxconvenience.pri
@@ -1,6 +1,5 @@
contains(QT_CONFIG,xlib):contains(QT_CONFIG,xrender) {
contains(QT_CONFIG,opengl):!contains(QT_CONFIG,opengles2) {
- LIBS += $$QMAKE_LIBS_X11 -lXrender
HEADERS += $$PWD/qglxconvenience_p.h
SOURCES += $$PWD/qglxconvenience.cpp
}
--
1.7.5.4