2018-07-30 21:42:47 +03:00
|
|
|
import qbs
|
|
|
|
|
|
|
|
|
|
QtcPlugin {
|
|
|
|
|
name: "Cppcheck"
|
|
|
|
|
|
|
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "CppTools" }
|
2019-11-03 23:00:16 +03:00
|
|
|
Depends { name: "Debugger" }
|
2018-07-30 21:42:47 +03:00
|
|
|
Depends { name: "ProjectExplorer" }
|
|
|
|
|
Depends { name: "TextEditor" }
|
|
|
|
|
Depends { name: "Utils" }
|
|
|
|
|
|
|
|
|
|
Depends { name: "Qt.widgets" }
|
|
|
|
|
|
|
|
|
|
files: [
|
|
|
|
|
"cppcheckconstants.h",
|
2019-11-03 23:00:16 +03:00
|
|
|
"cppcheckdiagnostic.cpp",
|
2018-07-30 21:42:47 +03:00
|
|
|
"cppcheckdiagnostic.h",
|
2019-11-03 23:00:16 +03:00
|
|
|
"cppcheckdiagnosticmanager.h",
|
|
|
|
|
"cppcheckdiagnosticsmodel.cpp",
|
|
|
|
|
"cppcheckdiagnosticsmodel.h",
|
|
|
|
|
"cppcheckdiagnosticview.cpp",
|
|
|
|
|
"cppcheckdiagnosticview.h",
|
|
|
|
|
"cppcheckmanualrundialog.cpp",
|
|
|
|
|
"cppcheckmanualrundialog.h",
|
2018-07-30 21:42:47 +03:00
|
|
|
"cppcheckoptions.cpp",
|
|
|
|
|
"cppcheckoptions.h",
|
|
|
|
|
"cppcheckplugin.cpp",
|
|
|
|
|
"cppcheckplugin.h",
|
|
|
|
|
"cppcheckrunner.cpp",
|
|
|
|
|
"cppcheckrunner.h",
|
|
|
|
|
"cppchecktextmark.cpp",
|
|
|
|
|
"cppchecktextmark.h",
|
|
|
|
|
"cppchecktextmarkmanager.cpp",
|
|
|
|
|
"cppchecktextmarkmanager.h",
|
|
|
|
|
"cppchecktool.cpp",
|
|
|
|
|
"cppchecktool.h",
|
|
|
|
|
"cppchecktrigger.cpp",
|
|
|
|
|
"cppchecktrigger.h"
|
|
|
|
|
]
|
|
|
|
|
}
|