forked from qt-creator/qt-creator
Change-Id: Iecf32122df41f304ec6df538bb0dd8a263238a86 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
58 lines
1.3 KiB
QML
58 lines
1.3 KiB
QML
import qbs 1.0
|
|
|
|
import QtcPlugin
|
|
|
|
QtcPlugin {
|
|
name: "Bazaar"
|
|
|
|
Depends { name: "Qt.widgets" }
|
|
Depends { name: "Utils" }
|
|
|
|
Depends { name: "Core" }
|
|
Depends { name: "TextEditor" }
|
|
Depends { name: "VcsBase" }
|
|
|
|
files: [
|
|
"annotationhighlighter.cpp",
|
|
"annotationhighlighter.h",
|
|
"bazaar.qrc",
|
|
"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",
|
|
"cloneoptionspanel.cpp",
|
|
"cloneoptionspanel.h",
|
|
"cloneoptionspanel.ui",
|
|
"clonewizard.cpp",
|
|
"clonewizard.h",
|
|
"clonewizardpage.cpp",
|
|
"clonewizardpage.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",
|
|
"images/bazaar.png",
|
|
]
|
|
}
|
|
|