2012-02-09 14:30:09 +01:00
|
|
|
import qbs.base 1.0
|
|
|
|
|
|
|
|
|
|
import "../QtcPlugin.qbs" as QtcPlugin
|
|
|
|
|
|
|
|
|
|
QtcPlugin {
|
|
|
|
|
name: "Valgrind"
|
|
|
|
|
|
2012-06-19 15:36:27 +08:00
|
|
|
Depends { name: "Qt"; submodules: ["widgets", "network"] }
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "AnalyzerBase" }
|
|
|
|
|
Depends { name: "ProjectExplorer" }
|
|
|
|
|
Depends { name: "TextEditor" }
|
|
|
|
|
Depends { name: "RemoteLinux" }
|
|
|
|
|
Depends { name: "CPlusPlus"}
|
|
|
|
|
|
|
|
|
|
files: [
|
|
|
|
|
"callgrindcostdelegate.cpp",
|
|
|
|
|
"callgrindcostdelegate.h",
|
|
|
|
|
"callgrindcostview.cpp",
|
|
|
|
|
"callgrindcostview.h",
|
|
|
|
|
"callgrindengine.cpp",
|
|
|
|
|
"callgrindengine.h",
|
|
|
|
|
"callgrindhelper.cpp",
|
|
|
|
|
"callgrindhelper.h",
|
|
|
|
|
"callgrindnamedelegate.cpp",
|
|
|
|
|
"callgrindnamedelegate.h",
|
|
|
|
|
"callgrindtextmark.cpp",
|
|
|
|
|
"callgrindtextmark.h",
|
|
|
|
|
"callgrindtool.cpp",
|
|
|
|
|
"callgrindtool.h",
|
|
|
|
|
"callgrindvisualisation.cpp",
|
|
|
|
|
"callgrindvisualisation.h",
|
|
|
|
|
"memcheckengine.cpp",
|
|
|
|
|
"memcheckengine.h",
|
|
|
|
|
"memcheckerrorview.cpp",
|
|
|
|
|
"memcheckerrorview.h",
|
|
|
|
|
"memchecktool.cpp",
|
|
|
|
|
"memchecktool.h",
|
|
|
|
|
"suppressiondialog.cpp",
|
|
|
|
|
"suppressiondialog.h",
|
|
|
|
|
"valgrindconfigwidget.cpp",
|
|
|
|
|
"valgrindconfigwidget.h",
|
|
|
|
|
"valgrindconfigwidget.ui",
|
|
|
|
|
"valgrindengine.cpp",
|
|
|
|
|
"valgrindengine.h",
|
|
|
|
|
"valgrindplugin.cpp",
|
|
|
|
|
"valgrindplugin.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"valgrindprocess.cpp",
|
|
|
|
|
"valgrindprocess.h",
|
|
|
|
|
"valgrindrunner.cpp",
|
|
|
|
|
"valgrindrunner.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"valgrindsettings.cpp",
|
|
|
|
|
"valgrindsettings.h",
|
|
|
|
|
"valgrindtool.cpp",
|
|
|
|
|
"valgrindtool.h",
|
|
|
|
|
"workarounds.cpp",
|
|
|
|
|
"workarounds.h",
|
|
|
|
|
"callgrind/callgrindabstractmodel.h",
|
|
|
|
|
"callgrind/callgrindcallmodel.cpp",
|
|
|
|
|
"callgrind/callgrindcallmodel.h",
|
|
|
|
|
"callgrind/callgrindcontroller.cpp",
|
|
|
|
|
"callgrind/callgrindcontroller.h",
|
|
|
|
|
"callgrind/callgrindcostitem.cpp",
|
|
|
|
|
"callgrind/callgrindcostitem.h",
|
|
|
|
|
"callgrind/callgrindcycledetection.cpp",
|
|
|
|
|
"callgrind/callgrindcycledetection.h",
|
|
|
|
|
"callgrind/callgrinddatamodel.cpp",
|
|
|
|
|
"callgrind/callgrinddatamodel.h",
|
|
|
|
|
"callgrind/callgrindfunction.cpp",
|
|
|
|
|
"callgrind/callgrindfunction.h",
|
|
|
|
|
"callgrind/callgrindfunction_p.h",
|
|
|
|
|
"callgrind/callgrindfunctioncall.cpp",
|
|
|
|
|
"callgrind/callgrindfunctioncall.h",
|
|
|
|
|
"callgrind/callgrindfunctioncycle.cpp",
|
|
|
|
|
"callgrind/callgrindfunctioncycle.h",
|
|
|
|
|
"callgrind/callgrindparsedata.cpp",
|
|
|
|
|
"callgrind/callgrindparsedata.h",
|
|
|
|
|
"callgrind/callgrindparser.cpp",
|
|
|
|
|
"callgrind/callgrindparser.h",
|
|
|
|
|
"callgrind/callgrindproxymodel.cpp",
|
|
|
|
|
"callgrind/callgrindproxymodel.h",
|
|
|
|
|
"callgrind/callgrindrunner.cpp",
|
|
|
|
|
"callgrind/callgrindrunner.h",
|
|
|
|
|
"callgrind/callgrindstackbrowser.cpp",
|
|
|
|
|
"callgrind/callgrindstackbrowser.h",
|
|
|
|
|
"memcheck/memcheckrunner.cpp",
|
|
|
|
|
"memcheck/memcheckrunner.h",
|
|
|
|
|
"xmlprotocol/announcethread.cpp",
|
|
|
|
|
"xmlprotocol/announcethread.h",
|
|
|
|
|
"xmlprotocol/error.cpp",
|
|
|
|
|
"xmlprotocol/error.h",
|
|
|
|
|
"xmlprotocol/errorlistmodel.cpp",
|
|
|
|
|
"xmlprotocol/errorlistmodel.h",
|
|
|
|
|
"xmlprotocol/frame.cpp",
|
|
|
|
|
"xmlprotocol/frame.h",
|
|
|
|
|
"xmlprotocol/modelhelpers.cpp",
|
|
|
|
|
"xmlprotocol/modelhelpers.h",
|
|
|
|
|
"xmlprotocol/parser.cpp",
|
|
|
|
|
"xmlprotocol/parser.h",
|
|
|
|
|
"xmlprotocol/stack.cpp",
|
|
|
|
|
"xmlprotocol/stack.h",
|
|
|
|
|
"xmlprotocol/stackmodel.cpp",
|
|
|
|
|
"xmlprotocol/stackmodel.h",
|
|
|
|
|
"xmlprotocol/status.cpp",
|
|
|
|
|
"xmlprotocol/status.h",
|
|
|
|
|
"xmlprotocol/suppression.cpp",
|
|
|
|
|
"xmlprotocol/suppression.h",
|
|
|
|
|
"xmlprotocol/threadedparser.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"xmlprotocol/threadedparser.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
]
|
|
|
|
|
}
|