aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar/bazaar.pro
blob: e71f1f8b85d740ebefac4a8b19eac64fec3b302e (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
include(../../qtcreatorplugin.pri)
SOURCES += \
    bazaarclient.cpp \
    bazaarplugin.cpp \
    bazaarsettings.cpp \
    commiteditor.cpp \
    bazaarcommitwidget.cpp \
    bazaareditor.cpp \
    annotationhighlighter.cpp \
    pullorpushdialog.cpp \
    branchinfo.cpp

HEADERS += \
    bazaarclient.h \
    constants.h \
    bazaarplugin.h \
    bazaarsettings.h \
    commiteditor.h \
    bazaarcommitwidget.h \
    bazaareditor.h \
    annotationhighlighter.h \
    pullorpushdialog.h \
    branchinfo.h

FORMS += \
    revertdialog.ui \
    bazaarcommitpanel.ui \
    pullorpushdialog.ui \
    uncommitdialog.ui