forked from qt-creator/qt-creator
Change-Id: I87dfeba360967cc77cc230811bcd9f67b3ea6e38 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
62 lines
1.3 KiB
Prolog
62 lines
1.3 KiB
Prolog
include(../../qtcreatorplugin.pri)
|
|
|
|
DEFINES += QT_NO_FOREACH
|
|
|
|
HEADERS += gitplugin.h \
|
|
gitconstants.h \
|
|
gitclient.h \
|
|
changeselectiondialog.h \
|
|
commitdata.h \
|
|
giteditor.h \
|
|
annotationhighlighter.h \
|
|
gitsubmiteditorwidget.h \
|
|
gitsubmiteditor.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 \
|
|
giteditor.cpp \
|
|
annotationhighlighter.cpp \
|
|
gitsubmiteditorwidget.cpp \
|
|
gitsubmiteditor.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 \
|
|
gitsubmitpanel.ui \
|
|
stashdialog.ui \
|
|
remotedialog.ui \
|
|
remoteadditiondialog.ui \
|
|
branchadddialog.ui \
|
|
branchcheckoutdialog.ui
|
|
|
|
RESOURCES += \
|
|
git.qrc
|
|
|
|
include(gerrit/gerrit.pri)
|