forked from qt-creator/qt-creator
Task-number: QTCREATORBUG-3556 Change-Id: Ieca1bdaa39281a2e085340f045e5a48b875f7967 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
65 lines
1.4 KiB
Prolog
65 lines
1.4 KiB
Prolog
include(../../qtcreatorplugin.pri)
|
|
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 \
|
|
branchdialog.h \
|
|
branchmodel.h \
|
|
stashdialog.h \
|
|
gitutils.h \
|
|
remotemodel.h \
|
|
remotedialog.h \
|
|
branchadddialog.h \
|
|
logchangedialog.h \
|
|
mergetool.h \
|
|
branchcheckoutdialog.h \
|
|
githighlighters.h \
|
|
gitgrep.h
|
|
|
|
SOURCES += gitplugin.cpp \
|
|
gitclient.cpp \
|
|
changeselectiondialog.cpp \
|
|
commitdata.cpp \
|
|
settingspage.cpp \
|
|
giteditor.cpp \
|
|
annotationhighlighter.cpp \
|
|
gitsubmiteditorwidget.cpp \
|
|
gitsubmiteditor.cpp \
|
|
gitversioncontrol.cpp \
|
|
gitsettings.cpp \
|
|
branchdialog.cpp \
|
|
branchmodel.cpp \
|
|
stashdialog.cpp \
|
|
gitutils.cpp \
|
|
remotemodel.cpp \
|
|
remotedialog.cpp \
|
|
branchadddialog.cpp \
|
|
logchangedialog.cpp \
|
|
mergetool.cpp \
|
|
branchcheckoutdialog.cpp \
|
|
githighlighters.cpp \
|
|
gitgrep.cpp
|
|
|
|
FORMS += changeselectiondialog.ui \
|
|
settingspage.ui \
|
|
gitsubmitpanel.ui \
|
|
branchdialog.ui \
|
|
stashdialog.ui \
|
|
remotedialog.ui \
|
|
remoteadditiondialog.ui \
|
|
branchadddialog.ui \
|
|
branchcheckoutdialog.ui
|
|
|
|
RESOURCES += \
|
|
git.qrc
|
|
|
|
include(gerrit/gerrit.pri)
|