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>
This commit is contained in:
Eike Ziller
2013-06-06 09:08:16 +02:00
committed by Joerg Bornemann
parent 5e407c08d7
commit 1b3bb5cb7e
18 changed files with 47 additions and 9 deletions

View File

@@ -74,6 +74,7 @@ QtcPlugin {
]
Group {
name: "Tests"
condition: Defaults.testsEnabled(qbs)
files: ["qmljstools_test.cpp"]
}