aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/git.pro
blob: 36a7eb04778217416d15deabcf4377db6569d002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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)