From 5e7116e0e3e8eff2293fcd251a61bdeb9eb7b74c Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 21 Jan 2009 11:27:42 +0100 Subject: Fixes: RPATH for plugins --- src/rpath.pri | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/rpath.pri') diff --git a/src/rpath.pri b/src/rpath.pri index c57ed469f6e..bcf009be468 100644 --- a/src/rpath.pri +++ b/src/rpath.pri @@ -5,8 +5,6 @@ macx { #do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR QMAKE_RPATHDIR += \$\$ORIGIN/../lib/qtcreator IDE_PLUGIN_RPATH = $$join(QMAKE_RPATHDIR, ":") - message($$QMAKE_RPATHDIR) - message($$IDE_PLUGIN_RPATH) QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,$${IDE_PLUGIN_RPATH}\' QMAKE_RPATHDIR = -- cgit v1.2.3