forked from qt-creator/qt-creator
add qbs files
Change-Id: If6bf71797ae81655d24a77e6badb86a77312af38 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
64
src/plugins/bazaar/bazaar.qbs
Normal file
64
src/plugins/bazaar/bazaar.qbs
Normal file
@@ -0,0 +1,64 @@
|
||||
import qbs.base 1.0
|
||||
|
||||
import "../QtcPlugin.qbs" as QtcPlugin
|
||||
|
||||
QtcPlugin {
|
||||
name: "Bazaar"
|
||||
|
||||
Depends { name: "qt"; submodules: ['gui'] }
|
||||
Depends { name: "utils" }
|
||||
Depends { name: "extensionsystem" }
|
||||
Depends { name: "aggregation" }
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "TextEditor" }
|
||||
Depends { name: "Find" }
|
||||
Depends { name: "VCSBase" }
|
||||
Depends { name: "Locator" }
|
||||
|
||||
Depends { name: "cpp" }
|
||||
cpp.includePaths: [
|
||||
"..",
|
||||
"../../libs",
|
||||
buildDirectory
|
||||
]
|
||||
|
||||
files: [
|
||||
"bazaar.qrc",
|
||||
"bazaarcommitpanel.ui",
|
||||
"cloneoptionspanel.ui",
|
||||
"pullorpushdialog.ui",
|
||||
"revertdialog.ui",
|
||||
"bazaarcommitwidget.cpp",
|
||||
"bazaarcommitwidget.h",
|
||||
"bazaarsettings.cpp",
|
||||
"branchinfo.cpp",
|
||||
"branchinfo.h",
|
||||
"cloneoptionspanel.cpp",
|
||||
"cloneoptionspanel.h",
|
||||
"constants.h",
|
||||
"optionspage.ui",
|
||||
"pullorpushdialog.cpp",
|
||||
"pullorpushdialog.h",
|
||||
"annotationhighlighter.cpp",
|
||||
"annotationhighlighter.h",
|
||||
"bazaarclient.cpp",
|
||||
"bazaarclient.h",
|
||||
"bazaarcontrol.cpp",
|
||||
"bazaarcontrol.h",
|
||||
"bazaareditor.cpp",
|
||||
"bazaareditor.h",
|
||||
"bazaarplugin.cpp",
|
||||
"bazaarplugin.h",
|
||||
"bazaarsettings.h",
|
||||
"clonewizard.cpp",
|
||||
"clonewizard.h",
|
||||
"clonewizardpage.cpp",
|
||||
"clonewizardpage.h",
|
||||
"commiteditor.cpp",
|
||||
"commiteditor.h",
|
||||
"optionspage.cpp",
|
||||
"optionspage.h",
|
||||
"images/bazaar.png"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user