blob: cbb7f4429b20bb3b9ea9e79f760cef5c5ae3c975 (
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
|
include(../../qtcreatorplugin.pri)
SOURCES += \
bazaarclient.cpp \
bazaarcontrol.cpp \
bazaarplugin.cpp \
optionspage.cpp \
bazaarsettings.cpp \
commiteditor.cpp \
bazaarcommitwidget.cpp \
bazaareditor.cpp \
annotationhighlighter.cpp \
pullorpushdialog.cpp \
branchinfo.cpp \
uncommitdialog.cpp
HEADERS += \
bazaarclient.h \
constants.h \
bazaarcontrol.h \
bazaarplugin.h \
optionspage.h \
bazaarsettings.h \
commiteditor.h \
bazaarcommitwidget.h \
bazaareditor.h \
annotationhighlighter.h \
pullorpushdialog.h \
branchinfo.h \
uncommitdialog.h
FORMS += \
optionspage.ui \
revertdialog.ui \
bazaarcommitpanel.ui \
pullorpushdialog.ui \
uncommitdialog.ui
|