diff options
author | hjk <[email protected]> | 2013-08-07 17:54:35 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2013-08-08 15:51:54 +0200 |
commit | 84331769f03054f7cde39ecb6a5b437de999f9ee (patch) | |
tree | 7d859e3d17291f7681a0572b6d03008ec99f2864 /src/plugins/valgrind/valgrind.qbs | |
parent | 15caea1d260273070aaa399c4643da5e68be886f (diff) |
Analyzer: Re-introduce ValgrindTool level
This partially reverts 1fb755bb42. It turns out that this is a better
place to have the valgrind specific startLocal/startRemote logic
shared by the valgrind tools.
Change-Id: I1638b6d7665db81227e0a1a9aeef1ce944449391
Reviewed-by: Aurindam Jana <[email protected]>
Diffstat (limited to 'src/plugins/valgrind/valgrind.qbs')
-rw-r--r-- | src/plugins/valgrind/valgrind.qbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/valgrind/valgrind.qbs b/src/plugins/valgrind/valgrind.qbs index 6c71bf70267..0f6d1a9a89b 100644 --- a/src/plugins/valgrind/valgrind.qbs +++ b/src/plugins/valgrind/valgrind.qbs @@ -54,6 +54,8 @@ QtcPlugin { "valgrindrunner.h", "valgrindsettings.cpp", "valgrindsettings.h", + "valgrindtool.cpp", + "valgrindtool.h", "workarounds.cpp", "workarounds.h", "callgrind/callgrindabstractmodel.h", |