aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bazaar/bazaar.qbs
blob: c14cce6b4e20c3c4ebea8e7a5e07f71debb547c6 (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
import qbs 1.0

QtcPlugin {
    name: "Bazaar"

    Depends { name: "Qt.widgets" }
    Depends { name: "Utils" }

    Depends { name: "Core" }
    Depends { name: "TextEditor" }
    Depends { name: "VcsBase" }

    files: [
        "annotationhighlighter.cpp",
        "annotationhighlighter.h",
        "bazaarclient.cpp",
        "bazaarclient.h",
        "bazaarcommitpanel.ui",
        "bazaarcommitwidget.cpp",
        "bazaarcommitwidget.h",
        "bazaarcontrol.cpp",
        "bazaarcontrol.h",
        "bazaareditor.cpp",
        "bazaareditor.h",
        "bazaarplugin.cpp",
        "bazaarplugin.h",
        "bazaarsettings.cpp",
        "bazaarsettings.h",
        "branchinfo.cpp",
        "branchinfo.h",
        "commiteditor.cpp",
        "commiteditor.h",
        "constants.h",
        "optionspage.cpp",
        "optionspage.h",
        "optionspage.ui",
        "pullorpushdialog.cpp",
        "pullorpushdialog.h",
        "pullorpushdialog.ui",
        "revertdialog.ui",
        "uncommitdialog.ui",
    ]
}