forked from qt-creator/qt-creator
Git: Support Git Grep
Task-number: QTCREATORBUG-3556 Change-Id: Ieca1bdaa39281a2e085340f045e5a48b875f7967 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
96a4458121
commit
6fee5a88f3
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user