summaryrefslogtreecommitdiff
path: root/share/share.qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2013-06-06 09:08:16 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-06-06 13:40:51 +0200
commit1b3bb5cb7ef7e0f23e321a5a2f84da151f568663 (patch)
treea3c0fdd8207dbf58f363ddd87ff4822786a24844 /share/share.qbs
parent5e407c08d7036f26749515dbe53567badf9db2c2 (diff)
downloadqt-creator-1b3bb5cb7ef7e0f23e321a5a2f84da151f568663.tar.gz
Consistently give qbs groups a name.
These nicely show up in the project tree in Qt Creator then. Change-Id: I9782f5953d61940e6c2a0f61f07bb15aaeba49d9 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share/share.qbs')
-rw-r--r--share/share.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/share.qbs b/share/share.qbs
index 7f4689d33f..6b29c3bb18 100644
--- a/share/share.qbs
+++ b/share/share.qbs
@@ -4,6 +4,7 @@ Product {
name: "SharedContent"
Group {
+ name: "Unconditional"
qbs.install: true
qbs.installDir: project.ide_data_path
prefix: "qtcreator/"
@@ -25,6 +26,7 @@ Product {
}
Group {
+ name: "Conditional"
qbs.install: true
qbs.installDir: project.ide_data_path + "/externaltools"
prefix: "../src/share/qtcreator/externaltools/"