1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/qwt/20_fix_rpath.patch
Holger Jaekel 0b759716f3 testing/qwt: upgrade to 6.2.0
replace prepare() with a patch
remove warning about redundant /usr/lib in rpath
2022-04-18 13:23:55 +00:00

14 lines
410 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: fix rpath for designer
----
--- a/designer/designer.pro
+++ b/designer/designer.pro
@@ -98,7 +98,6 @@
# 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) {