summaryrefslogtreecommitdiff
path: root/src/plugins/bazaar/bazaar.pro
blob: f3a266221b47b9aba819515ed27e975f2d66d11e (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
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 \
    clonewizardpage.cpp \
    clonewizard.cpp \
    cloneoptionspanel.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 \
    clonewizard.h \
    clonewizardpage.h \
    cloneoptionspanel.h \
    uncommitdialog.h
FORMS += \
    optionspage.ui \
    revertdialog.ui \
    bazaarcommitpanel.ui \
    pullorpushdialog.ui \
    cloneoptionspanel.ui \
    uncommitdialog.ui
RESOURCES += bazaar.qrc