From 8fe136916729305747977f4172fdea048fbd22c7 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Fri, 6 May 2016 17:20:23 +0200 Subject: [PATCH] Remove default rpath to Qt installation refs #615 --- mkspecs/features/common_post.prf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkspecs/features/common_post.prf b/mkspecs/features/common_post.prf index 3c3539aed..d4ad994b0 100644 --- a/mkspecs/features/common_post.prf +++ b/mkspecs/features/common_post.prf @@ -4,7 +4,7 @@ equals (TEMPLATE, lib) { # Uncomment line below to supress the default RPATH - # QMAKE_LFLAGS_RPATH = + QMAKE_LFLAGS_RPATH = macx: QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/ else:unix: QMAKE_LFLAGS *= '-Wl,-rpath,\'\$$ORIGIN\'' @@ -12,7 +12,7 @@ equals (TEMPLATE, lib) { equals (TEMPLATE, app) { # Uncomment line below to supress the default RPATH - # QMAKE_LFLAGS_RPATH = + QMAKE_LFLAGS_RPATH = # Add rpath to externals to run tests without installing. # DYLD_LIBRARY_PATH isn't working anymore since OS X 10.11.