forked from qt-creator/qt-creator
Fix location and rpaths of qbs command-line tools on OSX.
Change-Id: I3393ac940b60b8741e503420d9d0b44c12423bcb Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Submodule src/shared/qbs updated: a68470880a...5e77a9d192
@@ -26,10 +26,11 @@ Project {
|
||||
property bool installApiHeaders: false
|
||||
property string libInstallDir: project.ide_library_path
|
||||
property stringList libRPaths: qbs.targetOS.contains("osx")
|
||||
? ["@loader_path/.."] : ["$ORIGIN/..", "$ORIGIN/../" + project.ide_library_path]
|
||||
? ["@loader_path/" + FileInfo.relativePath(appInstallDir, libInstallDir)]
|
||||
: ["$ORIGIN/..", "$ORIGIN/../" + project.ide_library_path]
|
||||
property string resourcesInstallDir: project.ide_data_path + "/qbs"
|
||||
property string pluginsInstallDir: project.libDirName + "/qtcreator"
|
||||
property string appInstallDir: project.ide_libexec_path
|
||||
property string appInstallDir: project.ide_bin_path
|
||||
property string relativePluginsPath: FileInfo.relativePath(appInstallDir, pluginsInstallDir)
|
||||
property string relativeSearchPath: FileInfo.relativePath(appInstallDir,
|
||||
resourcesInstallDir)
|
||||
|
Reference in New Issue
Block a user