diff options
Diffstat (limited to 'recipes-qt/qwt/qwt-qt5/remove_rpath.patch')
-rw-r--r-- | recipes-qt/qwt/qwt-qt5/remove_rpath.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-qt/qwt/qwt-qt5/remove_rpath.patch b/recipes-qt/qwt/qwt-qt5/remove_rpath.patch deleted file mode 100644 index 14b65d6a..00000000 --- a/recipes-qt/qwt/qwt-qt5/remove_rpath.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | Remove rpath from library, it points to build area which is not | ||
2 | ok | ||
3 | |||
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
5 | |||
6 | Index: qwt-6.1.3/designer/designer.pro | ||
7 | =================================================================== | ||
8 | --- qwt-6.1.3.orig/designer/designer.pro | ||
9 | +++ qwt-6.1.3/designer/designer.pro | ||
10 | @@ -83,7 +83,6 @@ contains(QWT_CONFIG, QwtDesigner) { | ||
11 | # compile the path for finding the Qwt library | ||
12 | # into the plugin. Not supported on Windows ! | ||
13 | |||
14 | - QMAKE_RPATHDIR *= $${QWT_INSTALL_LIBS} | ||
15 | qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt) | ||
16 | |||
17 | contains(QWT_CONFIG, QwtDll) { | ||