forked from qt-creator/qt-creator
Git: Introduce MergeTool support
Change-Id: I906c3c692d9f4819bdf2a1489c42ae04f292894d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
438e4af735
commit
cf6298ff32
@@ -28,7 +28,8 @@ HEADERS += gitplugin.h \
|
||||
remotemodel.h \
|
||||
remotedialog.h \
|
||||
branchadddialog.h \
|
||||
resetdialog.h
|
||||
resetdialog.h \
|
||||
mergetool.h
|
||||
|
||||
SOURCES += gitplugin.cpp \
|
||||
gitclient.cpp \
|
||||
@@ -50,7 +51,8 @@ SOURCES += gitplugin.cpp \
|
||||
remotemodel.cpp \
|
||||
remotedialog.cpp \
|
||||
branchadddialog.cpp \
|
||||
resetdialog.cpp
|
||||
resetdialog.cpp \
|
||||
mergetool.cpp
|
||||
|
||||
FORMS += changeselectiondialog.ui \
|
||||
settingspage.ui \
|
||||
|
||||
Reference in New Issue
Block a user