forked from qt-creator/qt-creator
Change-Id: I1cc877ea6b5a55ae7bdb8e7a529afeb08d09e0c0 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
32 lines
728 B
QML
32 lines
728 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",
|
|
"gitlabdialog.ui",
|
|
"gitlaboptionspage.cpp",
|
|
"gitlaboptionspage.h",
|
|
"gitlabparameters.cpp",
|
|
"gitlabparameters.h",
|
|
"gitlabplugin.cpp",
|
|
"gitlabplugin.h",
|
|
"gitlabprojectsettings.cpp",
|
|
"gitlabprojectsettings.h",
|
|
"queryrunner.cpp",
|
|
"queryrunner.h",
|
|
"resultparser.cpp",
|
|
"resultparser.h",
|
|
]
|
|
}
|