2014-03-11 11:30:14 +01:00
|
|
|
import qbs 1.0
|
2012-02-09 14:30:09 +01:00
|
|
|
|
|
|
|
|
QtcPlugin {
|
|
|
|
|
name: "CVS"
|
|
|
|
|
|
2012-06-19 15:36:27 +08:00
|
|
|
Depends { name: "Qt.widgets" }
|
2014-02-10 13:02:33 +01:00
|
|
|
Depends { name: "Utils" }
|
|
|
|
|
|
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",
|
2013-10-15 20:03:22 +02:00
|
|
|
"cvsclient.cpp",
|
|
|
|
|
"cvsclient.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",
|
|
|
|
|
]
|
|
|
|
|
}
|