summaryrefslogtreecommitdiff
path: root/src/plugins/gitlab/CMakeLists.txt
blob: 16242b1a3fa8c2855173736b7b8e83043c1701f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_qtc_plugin(GitLab
  PLUGIN_CLASS GitLabPlugin
  PLUGIN_DEPENDS Core ProjectExplorer Git VcsBase
  DEPENDS Utils
  SOURCES
    gitlabclonedialog.cpp gitlabclonedialog.h
    gitlabdialog.cpp gitlabdialog.h
    gitlaboptionspage.cpp gitlaboptionspage.h
    gitlabparameters.cpp gitlabparameters.h
    gitlabplugin.cpp gitlabplugin.h
    gitlabprojectsettings.cpp gitlabprojectsettings.h
    gitlabtr.h
    queryrunner.cpp queryrunner.h
    resultparser.cpp resultparser.h
)