aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppcheck
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-04-13 15:59:08 +0200
committerEike Ziller <eike.ziller@qt.io>2023-04-13 15:59:08 +0200
commit2bc37de42b5dd1f0d0a8cea29e5a2cc4926836b5 (patch)
treee613605a0c295a2af7010e92d7b5d412654bf137 /src/plugins/cppcheck
parentb1415a0ea58e0860c790b1b5ff5fbd3d4bfdd87a (diff)
parent02f2a93503a24d2da3b93db2cbfe8463627cf990 (diff)
Merge remote-tracking branch 'origin/10.0'
Conflicts: src/plugins/python/pipsupport.cpp src/plugins/qtsupport/exampleslistmodel.cpp src/plugins/qtsupport/examplesparser.cpp tests/auto/examples/tst_examples.cpp Change-Id: I00273622423fa99d41621969f6ecbbdaa0e18664
Diffstat (limited to 'src/plugins/cppcheck')
-rw-r--r--src/plugins/cppcheck/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cppcheck/CMakeLists.txt b/src/plugins/cppcheck/CMakeLists.txt
index dc9bbb0661e..6cd06dc9c67 100644
--- a/src/plugins/cppcheck/CMakeLists.txt
+++ b/src/plugins/cppcheck/CMakeLists.txt
@@ -14,5 +14,6 @@ add_qtc_plugin(Cppcheck
cppchecktextmark.cpp cppchecktextmark.h
cppchecktextmarkmanager.cpp cppchecktextmarkmanager.h
cppchecktool.cpp cppchecktool.h
+ cppchecktr.h
cppchecktrigger.cpp cppchecktrigger.h
)