aboutsummaryrefslogtreecommitdiffstats
path: root/src/rpath.pri
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-01-22 10:14:09 +0100
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-01-22 10:14:09 +0100
commitaec1e26228f7514db0170bfb02e057f8c0343b86 (patch)
treea5d18bf2465180a71dfabba19f354aa18628e5e3 /src/rpath.pri
parent5e7116e0e3e8eff2293fcd251a61bdeb9eb7b74c (diff)
Fixes: Document rpath, fix resource targets on mac and linux
Diffstat (limited to 'src/rpath.pri')
-rw-r--r--src/rpath.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpath.pri b/src/rpath.pri
index bcf009be46..e6812dbc23 100644
--- a/src/rpath.pri
+++ b/src/rpath.pri
@@ -1,8 +1,8 @@
macx {
- # this is needed for the binary itself?
QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../PlugIns/
} else:linux-* {
#do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR
+ # this expands to $ORIGIN (after qmake and make), it does NOT read a qmake var
QMAKE_RPATHDIR += \$\$ORIGIN/../lib/qtcreator
IDE_PLUGIN_RPATH = $$join(QMAKE_RPATHDIR, ":")