aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppcheck
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-03-30 10:05:46 +0200
committerAlexander Drozdov <adrozdoff@gmail.com>2023-04-01 04:25:17 +0000
commit7fc0dcec0dd4ede004ec71ebd86a8997add8942c (patch)
treea051f7dc8f4ca897c94996fcc7c5785152543f72 /src/plugins/cppcheck
parent7046890bcc2eff9b513292ce8782845cc2a9e9aa (diff)
Fix lots of tr.h files not being mentioned in CMakeLists.txt
Change-Id: I63d364ac50d9587339b10a5571870cb9a81c54ee Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
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
)