forked from qt-creator/qt-creator
git: rename ScmGit into Git
Change-Id: I953008bbd9ae4d9e253e48f2562f6b1a34542a95 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -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>
|
||||
@@ -1,5 +1,5 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = ScmGit
|
||||
TARGET = Git
|
||||
DEFINES += QT_NO_CAST_FROM_ASCII
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(../../plugins/projectexplorer/projectexplorer.pri)
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user