git: rename ScmGit into Git

Change-Id: I953008bbd9ae4d9e253e48f2562f6b1a34542a95
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
hjk
2012-02-24 15:34:09 +01:00
committed by hjk
parent de7f77e219
commit 52ead77bf9
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import qbs.base 1.0
import "../QtcPlugin.qbs" as QtcPlugin
QtcPlugin {
name: "ScmGit"
name: "Git"
Depends { name: "qt"; submodules: ['gui'] }
Depends { name: "utils" }