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

@@ -1,4 +1,4 @@
<plugin name=\"ScmGit\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
<plugin name=\"Git\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2011 Nokia Corporation</copyright>
<license>

View File

@@ -1,5 +1,5 @@
TEMPLATE = lib
TARGET = ScmGit
TARGET = Git
DEFINES += QT_NO_CAST_FROM_ASCII
include(../../qtcreatorplugin.pri)
include(../../plugins/projectexplorer/projectexplorer.pri)

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" }