2012-02-09 14:30:09 +01:00
|
|
|
import qbs.base 1.0
|
|
|
|
|
|
|
|
|
|
import "../QtcPlugin.qbs" as QtcPlugin
|
|
|
|
|
|
|
|
|
|
QtcPlugin {
|
|
|
|
|
name: "Bazaar"
|
|
|
|
|
|
2012-06-19 15:36:27 +08:00
|
|
|
Depends { name: "Qt.widgets" }
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "TextEditor" }
|
|
|
|
|
Depends { name: "Find" }
|
2012-02-24 15:12:05 +01:00
|
|
|
Depends { name: "VcsBase" }
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "Locator" }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
files: [
|
|
|
|
|
"annotationhighlighter.cpp",
|
|
|
|
|
"annotationhighlighter.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"bazaar.qrc",
|
2012-02-09 14:30:09 +01:00
|
|
|
"bazaarclient.cpp",
|
|
|
|
|
"bazaarclient.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"bazaarcommitpanel.ui",
|
|
|
|
|
"bazaarcommitwidget.cpp",
|
|
|
|
|
"bazaarcommitwidget.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"bazaarcontrol.cpp",
|
|
|
|
|
"bazaarcontrol.h",
|
|
|
|
|
"bazaareditor.cpp",
|
|
|
|
|
"bazaareditor.h",
|
|
|
|
|
"bazaarplugin.cpp",
|
|
|
|
|
"bazaarplugin.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"bazaarsettings.cpp",
|
2012-02-09 14:30:09 +01:00
|
|
|
"bazaarsettings.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"branchinfo.cpp",
|
|
|
|
|
"branchinfo.h",
|
|
|
|
|
"cloneoptionspanel.cpp",
|
|
|
|
|
"cloneoptionspanel.h",
|
|
|
|
|
"cloneoptionspanel.ui",
|
2012-02-09 14:30:09 +01:00
|
|
|
"clonewizard.cpp",
|
|
|
|
|
"clonewizard.h",
|
|
|
|
|
"clonewizardpage.cpp",
|
|
|
|
|
"clonewizardpage.h",
|
|
|
|
|
"commiteditor.cpp",
|
|
|
|
|
"commiteditor.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"constants.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"optionspage.cpp",
|
|
|
|
|
"optionspage.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"optionspage.ui",
|
|
|
|
|
"pullorpushdialog.cpp",
|
|
|
|
|
"pullorpushdialog.h",
|
|
|
|
|
"pullorpushdialog.ui",
|
|
|
|
|
"revertdialog.ui",
|
|
|
|
|
"images/bazaar.png",
|
2012-02-09 14:30:09 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|