forked from qt-creator/qt-creator
Change-Id: I1c2be99ee0b8b9e9c0eda7ad97f684ceb0989ce7 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
31 lines
701 B
QML
31 lines
701 B
QML
import qbs
|
|
|
|
QtcPlugin {
|
|
name: "GitLab"
|
|
|
|
Depends { name: "Core" }
|
|
Depends { name: "ProjectExplorer" }
|
|
Depends { name: "Git" }
|
|
Depends { name: "VcsBase" }
|
|
Depends { name: "Utils" }
|
|
|
|
files: [
|
|
"gitlabclonedialog.cpp",
|
|
"gitlabclonedialog.h",
|
|
"gitlabdialog.cpp",
|
|
"gitlabdialog.h",
|
|
"gitlaboptionspage.cpp",
|
|
"gitlaboptionspage.h",
|
|
"gitlabparameters.cpp",
|
|
"gitlabparameters.h",
|
|
"gitlabplugin.cpp",
|
|
"gitlabplugin.h",
|
|
"gitlabprojectsettings.cpp",
|
|
"gitlabprojectsettings.h",
|
|
"queryrunner.cpp",
|
|
"queryrunner.h",
|
|
"resultparser.cpp",
|
|
"resultparser.h",
|
|
]
|
|
}
|