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 {
|
|
|
|
|
name: "CVS"
|
|
|
|
|
|
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" }
|
2012-02-24 15:12:05 +01:00
|
|
|
Depends { name: "VcsBase" }
|
2012-02-09 14:30:09 +01:00
|
|
|
|
|
|
|
|
files: [
|
2012-09-30 13:50:31 +02:00
|
|
|
"annotationhighlighter.cpp",
|
2012-02-09 14:30:09 +01:00
|
|
|
"annotationhighlighter.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"checkoutwizard.cpp",
|
2012-02-09 14:30:09 +01:00
|
|
|
"checkoutwizard.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"checkoutwizardpage.cpp",
|
2012-02-09 14:30:09 +01:00
|
|
|
"checkoutwizardpage.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"cvs.qrc",
|
2013-10-15 20:03:22 +02:00
|
|
|
"cvsclient.cpp",
|
|
|
|
|
"cvsclient.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"cvsconstants.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cvscontrol.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"cvscontrol.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cvseditor.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"cvseditor.h",
|
|
|
|
|
"cvsplugin.cpp",
|
|
|
|
|
"cvsplugin.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cvssettings.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"cvssettings.h",
|
|
|
|
|
"cvssubmiteditor.cpp",
|
|
|
|
|
"cvssubmiteditor.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cvsutils.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"cvsutils.h",
|
|
|
|
|
"settingspage.cpp",
|
|
|
|
|
"settingspage.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"settingspage.ui",
|
|
|
|
|
]
|
|
|
|
|
}
|