summaryrefslogtreecommitdiff
path: root/src/src.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-02-25 16:39:09 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-02-27 12:36:15 +0100
commit8a8092912b23aef54b9d6c9f02075a4057335f19 (patch)
treeebb859dab882f115bbd038bfdb107fc21591b43f /src/src.qbs
parentc4ef72dd399bda662b5127b3d3733a0c8c79f054 (diff)
downloadqt-creator-8a8092912b23aef54b9d6c9f02075a4057335f19.tar.gz
Fix location of qbs plugins.
They are not (arch-independent) resources. Task-number: QTCREATORBUG-10074 Change-Id: If257dfc3a8a866003c84331409162699b162eb19 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/src.qbs')
-rw-r--r--src/src.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src.qbs b/src/src.qbs
index d0aa9a4957..d7ba55a39a 100644
--- a/src/src.qbs
+++ b/src/src.qbs
@@ -27,6 +27,7 @@ Project {
property path libRPaths: qbs.targetOS.contains("osx")
? ["@loader_path/.."] : ["$ORIGIN/.."]
property path resourcesInstallDir: project.ide_data_path + "/qbs"
+ property string pluginsInstallDir: "lib/qtcreator"
references: [
qbsBaseDir + "/src/lib/libs.qbs",