forked from qt-creator/qt-creator
Change-Id: I1d78d8ab683b2a61f2d6e3bbba9a8eae608ad920 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
47 lines
1.1 KiB
QML
47 lines
1.1 KiB
QML
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.cpp",
|
|
"uncommitdialog.h",
|
|
"uncommitdialog.ui",
|
|
]
|
|
}
|
|
|