aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/CMakeLists.txt
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/resourceeditor/CMakeLists.txt
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/resourceeditor/CMakeLists.txt')
-rw-r--r--src/plugins/resourceeditor/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/resourceeditor/CMakeLists.txt b/src/plugins/resourceeditor/CMakeLists.txt
index 1db8386ff0..4697ab72ea 100644
--- a/src/plugins/resourceeditor/CMakeLists.txt
+++ b/src/plugins/resourceeditor/CMakeLists.txt
@@ -10,6 +10,7 @@ add_qtc_plugin(ResourceEditor
resourceeditorconstants.h
resourceeditorfactory.cpp resourceeditorfactory.h
resourceeditorplugin.cpp resourceeditorplugin.h
+ resourceeditortr.h
resourceeditorw.cpp resourceeditorw.h
resourcenode.cpp resourcenode.h
)