aboutsummaryrefslogtreecommitdiffstats
path: root/src/rpath.pri
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-08-26 13:26:21 +0200
committerEike Ziller <eike.ziller@digia.com>2014-09-02 09:24:10 +0200
commitdeea0022f7ea1bdc48ceafe57c2dfbfd848ac8a8 (patch)
tree6967b3292eea3db70ad282af9ef581c6e1bfbcf0 /src/rpath.pri
parentfcf5c0ea202105ed17e1bc321993c5a3bc72d546 (diff)
Fix library and plugin paths
OSX: Move libraries from PlugIns/ to Frameworks/ other: move QmlDesigner plugins to plugins directory Change-Id: Ia266a3514ce6a496061daa044b3781daae0bc272 Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/rpath.pri')
-rw-r--r--src/rpath.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpath.pri b/src/rpath.pri
index de56f11ae5..0d8911a4d9 100644
--- a/src/rpath.pri
+++ b/src/rpath.pri
@@ -1,5 +1,4 @@
macx {
- QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/PlugIns/
QMAKE_LFLAGS += -Wl,-rpath,@loader_path/../,-rpath,@executable_path/../
} else:linux-* {
#do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR