aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/plugins.pro
diff options
context:
space:
mode:
authorSergey Morozov <dev@gres.biz>2018-07-30 21:42:47 +0300
committerSergey Morozov <dev@gres.biz>2018-09-18 19:07:12 +0000
commit31b595314c0963cad42ed4cd18d7dc78502479e0 (patch)
tree670ab7ccac2a0d738cfb59ef47752ee22b26e371 /src/plugins/plugins.pro
parent20f3c8d65432bffaa1ba6ca9d2512ce3f3e3ce12 (diff)
Cppcheck: Add cppcheck static analysis tool
Automatically checks currently opened documents and displays results via text marks/annotations. CppcheckTrigger detects when to check files or clear results. CppcheckTextMarkManager stores/clears text marks with checks' results. CppcheckTool generates run arguments and parses output. CppcheckRunner runs cppcheck binary. CppcheckOptions configures CppcheckTool. Task-number: QTCREATORBUG-20418 Change-Id: I8eafeac7af6137d2c9061ae75d4a56c85b3b5a2d Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Diffstat (limited to 'src/plugins/plugins.pro')
-rw-r--r--src/plugins/plugins.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index f96a497833..2829f1f233 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -57,7 +57,8 @@ SUBDIRS = \
scxmleditor \
welcome \
silversearcher \
- languageclient
+ languageclient \
+ cppcheck
qtHaveModule(serialport) {
SUBDIRS += serialterminal