diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-01-26 14:53:27 +0100 |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-01-26 14:54:44 +0100 |
commit | 6f2da75dcba8f3c30c7552ecfa906ec6d76b6228 (patch) | |
tree | f910ee46072a76a0ea40a26794f4905da6371975 | |
parent | a438a853f3082d4a0b1bf597709afd31207d8636 (diff) | |
download | qt-creator-6f2da75dcba8f3c30c7552ecfa906ec6d76b6228.tar.gz |
Fixes: RPATH for libs on Mac
Task: Reported by Roberto
RevBy: TrustMe
Details: Plugins still don't load on Mac.
-rw-r--r-- | src/qworkbenchlibrary.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qworkbenchlibrary.pri b/src/qworkbenchlibrary.pri index 389d513eec..a8af3d7edb 100644 --- a/src/qworkbenchlibrary.pri +++ b/src/qworkbenchlibrary.pri @@ -7,7 +7,7 @@ win32 { DESTDIR = $$IDE_LIBRARY_PATH -include(../rpath.pri) +include(rpath.pri) TARGET = $$qtLibraryTarget($$TARGET) |