summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/qtcreator/qtcomponents/qtcomponents.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/qtcreator/qtcomponents/qtcomponents.qbs b/lib/qtcreator/qtcomponents/qtcomponents.qbs
index e3e7a5e601..83b621199f 100644
--- a/lib/qtcreator/qtcomponents/qtcomponents.qbs
+++ b/lib/qtcreator/qtcomponents/qtcomponents.qbs
@@ -4,6 +4,7 @@ Product {
name: "QtComponents"
Group {
+ name: "Resources"
qbs.install: true
qbs.installDir: (qbs.targetOS == "windows" ? "lib/qtcreator" : project.ide_library_path)
+ "/qtcomponents"