forked from qt-creator/qt-creator
Add qbs files for CompilationDatabaseProjectManager
Change-Id: I892abbb7c389e2e075b1637a386e0d089a533d9e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import qbs
|
||||
|
||||
QtcPlugin {
|
||||
name: "CompilationDatabaseProjectManager"
|
||||
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "CppTools" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
Depends { name: "TextEditor" }
|
||||
Depends { name: "Utils" }
|
||||
|
||||
files: [
|
||||
"compilationdatabaseconstants.h",
|
||||
"compilationdatabaseproject.cpp",
|
||||
"compilationdatabaseproject.h",
|
||||
"compilationdatabaseprojectmanagerplugin.cpp",
|
||||
"compilationdatabaseprojectmanagerplugin.h",
|
||||
]
|
||||
}
|
@@ -20,6 +20,7 @@ Project {
|
||||
"classview/classview.qbs",
|
||||
"clearcase/clearcase.qbs",
|
||||
"cmakeprojectmanager/cmakeprojectmanager.qbs",
|
||||
"compilationdatabaseprojectmanager/compilationdatabaseprojectmanager.qbs",
|
||||
"coreplugin/coreplugin.qbs",
|
||||
"coreplugin/images/logo/logo.qbs",
|
||||
"cpaster/cpaster.qbs",
|
||||
|
Reference in New Issue
Block a user