aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coco
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/coco
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/coco')
-rw-r--r--src/plugins/coco/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/coco/CMakeLists.txt b/src/plugins/coco/CMakeLists.txt
index ee5685ccbbf..43f4fd7c4a3 100644
--- a/src/plugins/coco/CMakeLists.txt
+++ b/src/plugins/coco/CMakeLists.txt
@@ -2,6 +2,7 @@ add_qtc_plugin(Coco
PUBLIC_DEPENDS app_version
PLUGIN_DEPENDS Core LanguageClient
SOURCES
- cocoplugin.cpp cocoplugin.h
cocolanguageclient.cpp cocolanguageclient.h
+ cocoplugin.cpp cocoplugin.h
+ cocotr.h
)