Advertisement
Guest User

Untitled

a guest
Feb 28th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.00 KB | None | 0 0
  1. From 0933f0a4197e92019e758663db04922749825925 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?J=C3=B8rgen=20Lind?= <jorgen.lind@nokia.com>
  3. Date: Tue, 28 Feb 2012 09:27:25 +0100
  4. Subject: [PATCH] Remove the LIBS from platformsupport
  5.  
  6. The application / library that uses this should link to xrendr
  7.  
  8. Change-Id: I9e3ffd4d98b3bd66abb8e621378b010da7feda7a
  9. ---
  10. .../glxconvenience/glxconvenience.pri              |    1 -
  11.  1 files changed, 0 insertions(+), 1 deletions(-)
  12.  
  13. diff --git a/src/platformsupport/glxconvenience/glxconvenience.pri b/src/platformsupport/glxconvenience/glxconvenience.pri
  14. index 3632f45..6915f8d 100644
  15. --- a/src/platformsupport/glxconvenience/glxconvenience.pri
  16. +++ b/src/platformsupport/glxconvenience/glxconvenience.pri
  17. @@ -1,6 +1,5 @@
  18.  contains(QT_CONFIG,xlib):contains(QT_CONFIG,xrender) {
  19.      contains(QT_CONFIG,opengl):!contains(QT_CONFIG,opengles2) {
  20. -        LIBS += $$QMAKE_LIBS_X11 -lXrender
  21.          HEADERS += $$PWD/qglxconvenience_p.h
  22.          SOURCES += $$PWD/qglxconvenience.cpp
  23.      }
  24. --
  25. 1.7.5.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement