blob: 14b65d6ae6ccb37723e103488ff6820f5553b387 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Remove rpath from library, it points to build area which is not
ok
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Index: qwt-6.1.3/designer/designer.pro
===================================================================
--- qwt-6.1.3.orig/designer/designer.pro
+++ qwt-6.1.3/designer/designer.pro
@@ -83,7 +83,6 @@ contains(QWT_CONFIG, QwtDesigner) {
# compile the path for finding the Qwt library
# into the plugin. Not supported on Windows !
- QMAKE_RPATHDIR *= $${QWT_INSTALL_LIBS}
qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt)
contains(QWT_CONFIG, QwtDll) {
|