summaryrefslogtreecommitdiff
path: root/src/src.qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-08-26 13:26:21 +0200
committerEike Ziller <eike.ziller@digia.com>2014-09-02 09:24:10 +0200
commitdeea0022f7ea1bdc48ceafe57c2dfbfd848ac8a8 (patch)
tree6967b3292eea3db70ad282af9ef581c6e1bfbcf0 /src/src.qbs
parentfcf5c0ea202105ed17e1bc321993c5a3bc72d546 (diff)
downloadqt-creator-deea0022f7ea1bdc48ceafe57c2dfbfd848ac8a8.tar.gz
Fix library and plugin paths
OSX: Move libraries from PlugIns/ to Frameworks/ other: move QmlDesigner plugins to plugins directory Change-Id: Ia266a3514ce6a496061daa044b3781daae0bc272 Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/src.qbs')
-rw-r--r--src/src.qbs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/src.qbs b/src/src.qbs
index 08562c12fb..0ef11cb4a0 100644
--- a/src/src.qbs
+++ b/src/src.qbs
@@ -30,9 +30,7 @@ Project {
? ["@loader_path/" + FileInfo.relativePath(appInstallDir, libInstallDir)]
: ["$ORIGIN/..", "$ORIGIN/../" + project.ide_library_path]
property string resourcesInstallDir: project.ide_data_path + "/qbs"
- property string pluginsInstallDir: qbs.targetOS.contains("windows")
- ? project.libDirName + "/qtcreator"
- : project.ide_library_path
+ property string pluginsInstallDir: project.ide_plugin_path
property string appInstallDir: project.ide_bin_path
property string relativePluginsPath: FileInfo.relativePath(appInstallDir, pluginsInstallDir)
property string relativeSearchPath: FileInfo.relativePath(appInstallDir,