aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/git.pro
diff options
context:
space:
mode:
authorOrgad Shaneh <[email protected]>2015-11-30 23:14:41 +0200
committerOrgad Shaneh <[email protected]>2016-01-25 14:43:00 +0000
commit6fee5a88f37af0e58d2a44d12b0ef51d7771c459 (patch)
treebbbd6b14d4322ad0cecb08815a898ba4d83f74c8 /src/plugins/git/git.pro
parent96a445812186afb3cbe604ff3ac146ba3ac14d3e (diff)
Git: Support Git Grep
Task-number: QTCREATORBUG-3556 Change-Id: Ieca1bdaa39281a2e085340f045e5a48b875f7967 Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/git/git.pro')
-rw-r--r--src/plugins/git/git.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/git/git.pro b/src/plugins/git/git.pro
index 9f8846e7b06..953181e371c 100644
--- a/src/plugins/git/git.pro
+++ b/src/plugins/git/git.pro
@@ -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 \