mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
14 lines
410 B
Diff
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) {
|