summaryrefslogtreecommitdiff
path: root/src/rpath.pri
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2011-02-17 15:43:21 +0100
committercon <qtc-committer@nokia.com>2011-02-17 16:52:06 +0100
commitc3d75e66d16169fbde9edf9d6844560373d8492d (patch)
tree03964f2b35535515e5333071f9579e693be27e60 /src/rpath.pri
parent0d4ef2939f6f2c82e083f2585f4a6fe870729ff9 (diff)
downloadqt-creator-c3d75e66d16169fbde9edf9d6844560373d8492d.tar.gz
Fix compilation and rpath with the ssh class move.
Diffstat (limited to 'src/rpath.pri')
-rw-r--r--src/rpath.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpath.pri b/src/rpath.pri
index c0882c4115..a3dff7a9df 100644
--- a/src/rpath.pri
+++ b/src/rpath.pri
@@ -8,6 +8,8 @@ macx {
} 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
+ QMAKE_RPATHDIR += \$\$ORIGIN/..
QMAKE_RPATHDIR += \$\$ORIGIN/../$$IDE_LIBRARY_BASENAME/qtcreator
IDE_PLUGIN_RPATH = $$join(QMAKE_RPATHDIR, ":")