Git: Support Git Grep

Task-number: QTCREATORBUG-3556
Change-Id: Ieca1bdaa39281a2e085340f045e5a48b875f7967
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-11-30 23:14:41 +02:00
committed by Orgad Shaneh
parent 96a4458121
commit 6fee5a88f3
10 changed files with 428 additions and 77 deletions

View File

@@ -21,7 +21,8 @@ HEADERS += gitplugin.h \
logchangedialog.h \
mergetool.h \
branchcheckoutdialog.h \
githighlighters.h
githighlighters.h \
gitgrep.h
SOURCES += gitplugin.cpp \
gitclient.cpp \
@@ -44,7 +45,8 @@ SOURCES += gitplugin.cpp \
logchangedialog.cpp \
mergetool.cpp \
branchcheckoutdialog.cpp \
githighlighters.cpp
githighlighters.cpp \
gitgrep.cpp
FORMS += changeselectiondialog.ui \
settingspage.ui \