Files
qt-creator/src/plugins/git/git.pro
Andre Hartmann bb6851632a Git: Inline BranchUtils in BranchView
It is the only user now, after the branch dialog was removed.

Change-Id: I3aa8409efeb52427cdc13799146c4aa87273b169
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2018-09-12 19:49:51 +00:00

67 lines
1.4 KiB
Prolog

include(../../qtcreatorplugin.pri)
DEFINES += QT_NO_FOREACH
HEADERS += gitplugin.h \
gitconstants.h \
gitclient.h \
changeselectiondialog.h \
commitdata.h \
settingspage.h \
giteditor.h \
annotationhighlighter.h \
gitsubmiteditorwidget.h \
gitsubmiteditor.h \
gitversioncontrol.h \
gitsettings.h \
branchmodel.h \
stashdialog.h \
gitutils.h \
remotemodel.h \
remotedialog.h \
branchadddialog.h \
logchangedialog.h \
mergetool.h \
branchcheckoutdialog.h \
githighlighters.h \
gitgrep.h \
branchview.h
SOURCES += gitplugin.cpp \
gitclient.cpp \
changeselectiondialog.cpp \
commitdata.cpp \
settingspage.cpp \
giteditor.cpp \
annotationhighlighter.cpp \
gitsubmiteditorwidget.cpp \
gitsubmiteditor.cpp \
gitversioncontrol.cpp \
gitsettings.cpp \
branchmodel.cpp \
stashdialog.cpp \
gitutils.cpp \
remotemodel.cpp \
remotedialog.cpp \
branchadddialog.cpp \
logchangedialog.cpp \
mergetool.cpp \
branchcheckoutdialog.cpp \
githighlighters.cpp \
gitgrep.cpp \
branchview.cpp
FORMS += changeselectiondialog.ui \
settingspage.ui \
gitsubmitpanel.ui \
stashdialog.ui \
remotedialog.ui \
remoteadditiondialog.ui \
branchadddialog.ui \
branchcheckoutdialog.ui
RESOURCES += \
git.qrc
include(gerrit/gerrit.pri)