2012-02-09 14:30:09 +01:00
|
|
|
import qbs.base 1.0
|
|
|
|
|
|
2013-10-02 17:52:45 +02:00
|
|
|
import QtcPlugin
|
2012-02-09 14:30:09 +01:00
|
|
|
|
|
|
|
|
QtcPlugin {
|
2012-02-24 15:12:05 +01:00
|
|
|
name: "VcsBase"
|
2012-02-09 14:30:09 +01:00
|
|
|
|
2014-02-10 13:02:33 +01:00
|
|
|
Depends { name: "Qt.widgets" }
|
|
|
|
|
Depends { name: "Aggregation" }
|
|
|
|
|
Depends { name: "CPlusPlus" }
|
|
|
|
|
Depends { name: "Utils" }
|
|
|
|
|
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "TextEditor" }
|
|
|
|
|
Depends { name: "ProjectExplorer" }
|
2012-03-15 13:42:07 +01:00
|
|
|
Depends { name: "CppTools" }
|
2012-02-09 14:30:09 +01:00
|
|
|
|
|
|
|
|
files: [
|
|
|
|
|
"baseannotationhighlighter.cpp",
|
|
|
|
|
"baseannotationhighlighter.h",
|
|
|
|
|
"basecheckoutwizard.cpp",
|
|
|
|
|
"basecheckoutwizard.h",
|
|
|
|
|
"basecheckoutwizardpage.cpp",
|
|
|
|
|
"basecheckoutwizardpage.h",
|
|
|
|
|
"basecheckoutwizardpage.ui",
|
|
|
|
|
"basevcseditorfactory.cpp",
|
|
|
|
|
"basevcseditorfactory.h",
|
|
|
|
|
"basevcssubmiteditorfactory.cpp",
|
|
|
|
|
"basevcssubmiteditorfactory.h",
|
|
|
|
|
"checkoutprogresswizardpage.cpp",
|
|
|
|
|
"checkoutprogresswizardpage.h",
|
|
|
|
|
"checkoutprogresswizardpage.ui",
|
|
|
|
|
"checkoutwizarddialog.cpp",
|
|
|
|
|
"checkoutwizarddialog.h",
|
|
|
|
|
"cleandialog.cpp",
|
|
|
|
|
"cleandialog.h",
|
|
|
|
|
"cleandialog.ui",
|
|
|
|
|
"command.cpp",
|
|
|
|
|
"command.h",
|
|
|
|
|
"commonsettingspage.cpp",
|
|
|
|
|
"commonsettingspage.h",
|
|
|
|
|
"commonsettingspage.ui",
|
|
|
|
|
"commonvcssettings.cpp",
|
|
|
|
|
"commonvcssettings.h",
|
|
|
|
|
"corelistener.cpp",
|
|
|
|
|
"corelistener.h",
|
|
|
|
|
"diffhighlighter.cpp",
|
|
|
|
|
"diffhighlighter.h",
|
|
|
|
|
"nicknamedialog.cpp",
|
|
|
|
|
"nicknamedialog.h",
|
|
|
|
|
"nicknamedialog.ui",
|
|
|
|
|
"submiteditorfile.cpp",
|
|
|
|
|
"submiteditorfile.h",
|
2013-01-02 22:12:06 +02:00
|
|
|
"submiteditorwidget.cpp",
|
|
|
|
|
"submiteditorwidget.h",
|
|
|
|
|
"submiteditorwidget.ui",
|
|
|
|
|
"submitfieldwidget.cpp",
|
|
|
|
|
"submitfieldwidget.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"submitfilemodel.cpp",
|
|
|
|
|
"submitfilemodel.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"vcsbase.qrc",
|
|
|
|
|
"vcsbase_global.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"vcsbaseclient.cpp",
|
|
|
|
|
"vcsbaseclient.h",
|
|
|
|
|
"vcsbaseclientsettings.cpp",
|
|
|
|
|
"vcsbaseclientsettings.h",
|
|
|
|
|
"vcsbaseconstants.h",
|
|
|
|
|
"vcsbaseeditor.cpp",
|
|
|
|
|
"vcsbaseeditor.h",
|
|
|
|
|
"vcsbaseeditorparameterwidget.cpp",
|
|
|
|
|
"vcsbaseeditorparameterwidget.h",
|
|
|
|
|
"vcsbaseoptionspage.cpp",
|
|
|
|
|
"vcsbaseoptionspage.h",
|
|
|
|
|
"vcsbaseoutputwindow.cpp",
|
|
|
|
|
"vcsbaseoutputwindow.h",
|
|
|
|
|
"vcsbaseplugin.cpp",
|
|
|
|
|
"vcsbaseplugin.h",
|
|
|
|
|
"vcsbasesubmiteditor.cpp",
|
|
|
|
|
"vcsbasesubmiteditor.h",
|
|
|
|
|
"vcsconfigurationpage.cpp",
|
|
|
|
|
"vcsconfigurationpage.h",
|
|
|
|
|
"vcsplugin.cpp",
|
|
|
|
|
"vcsplugin.h",
|
|
|
|
|
"images/diff.png",
|
2013-01-02 22:12:06 +02:00
|
|
|
"images/removesubmitfield.png",
|
2012-09-30 13:50:31 +02:00
|
|
|
"images/submit.png",
|
2012-02-09 14:30:09 +01:00
|
|
|
]
|
|
|
|
|
}
|