qbs project files: Add library dir to rpaths for tools.

At least one tool uses libUtils, and others could very well do that too.

Change-Id: I4ddda966dc18ac05fc074a4e58df9f8c5dc09d44
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Christian Kandeler
2013-10-11 15:54:56 +02:00
parent 1cf1159f41
commit dba595fdea
+4
View File
@@ -11,6 +11,10 @@ Application {
property string toolInstallDir: project.ide_libexec_path
cpp.rpaths: qbs.targetOS.contains("osx")
? ["@executable_path/../" + project.ide_library_path]
: ["$ORIGIN/../" + project.ide_library_path]
Group {
fileTagsFilter: product.type
qbs.install: true