1import qbs 1.0
2
3QtcPlugin {
4    name: "Bazaar"
5
6    Depends { name: "Qt.widgets" }
7    Depends { name: "Utils" }
8
9    Depends { name: "Core" }
10    Depends { name: "TextEditor" }
11    Depends { name: "VcsBase" }
12
13    files: [
14        "annotationhighlighter.cpp",
15        "annotationhighlighter.h",
16        "bazaarclient.cpp",
17        "bazaarclient.h",
18        "bazaarcommitpanel.ui",
19        "bazaarcommitwidget.cpp",
20        "bazaarcommitwidget.h",
21        "bazaareditor.cpp",
22        "bazaareditor.h",
23        "bazaarplugin.cpp",
24        "bazaarplugin.h",
25        "bazaarsettings.cpp",
26        "bazaarsettings.h",
27        "branchinfo.cpp",
28        "branchinfo.h",
29        "commiteditor.cpp",
30        "commiteditor.h",
31        "constants.h",
32        "pullorpushdialog.cpp",
33        "pullorpushdialog.h",
34        "pullorpushdialog.ui",
35        "revertdialog.ui",
36        "uncommitdialog.ui",
37    ]
38}
39
40