Skip to content
Snippets Groups Projects
Commit 1374c06b authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

SuperBuild: fix QWT rpath on macOS

parent 1e6329ac
No related branches found
No related tags found
1 merge request!3Qt4to5
--- QWT-orig/qwtbuild.pri 2018-04-10 18:10:50.306498621 +0200
+++ QWT/qwtbuild.pri 2018-04-16 16:09:32.980391550 +0200
@@ -51,6 +51,10 @@
#QMAKE_LFLAGS += -lrt
}
+osx {
+ QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/
+}
+
######################################################################
# paths for building qwt
######################################################################
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment