Description: Remove rpath link to other public shared libraries
 The libqxt library sets RPATH and it is forbidden by Debian policy in 
 this case because rpath link to other public shared libraries.
 .
 So I simply remove this behavior in src/qxtlibs.pri file. This patch
 has no side effect.
Author: Thomas Pierson <contact@thomaspierson.fr>
Last-Update: 2013-11-10
--- a/src/qxtlibs.pri
+++ b/src/qxtlibs.pri
@@ -1,6 +1,5 @@
 INCLUDEPATH += $${QXT_SOURCE_TREE}/include
 DEPENDPATH += $${QXT_SOURCE_TREE}/include
-QMAKE_RPATHDIR += $${QXT_BUILD_TREE}/lib
 macx:LIBS += -F$${QXT_BUILD_TREE}/lib
 LIBS += -L$${QXT_BUILD_TREE}/lib
 
