aboutsummaryrefslogtreecommitdiffstats
path: root/share/share.qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2013-04-19 16:20:22 +0200
committerEike Ziller <eike.ziller@digia.com>2013-04-22 16:58:09 +0200
commite3fd25256d20d89d199e63c139af1ad43981fb34 (patch)
tree8bea8b2e4a6da01aa13bed4f5ee91a60d6f773e8 /share/share.qbs
parentca2c9b5c9c675ea611e02c2976aaf6e8c3848988 (diff)
Qbs build files: Install files to correct location
First step in fixing the Mac build Change-Id: I86659b9b46c01fc17fd93b8ffc3b378d2b580c36 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share/share.qbs')
-rw-r--r--share/share.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/share.qbs b/share/share.qbs
index e998dcbc7f..7f4689d33f 100644
--- a/share/share.qbs
+++ b/share/share.qbs
@@ -5,7 +5,7 @@ Product {
Group {
qbs.install: true
- qbs.installDir: "share/qtcreator"
+ qbs.installDir: project.ide_data_path
prefix: "qtcreator/"
files: [
"designer",
@@ -26,7 +26,7 @@ Product {
Group {
qbs.install: true
- qbs.installDir: "share/qtcreator/externaltools"
+ qbs.installDir: project.ide_data_path + "/externaltools"
prefix: "../src/share/qtcreator/externaltools/"
files: {
var list = [