aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome
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/welcome
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/welcome')
-rw-r--r--src/plugins/welcome/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/welcome/CMakeLists.txt b/src/plugins/welcome/CMakeLists.txt
index 4b073015813..e72fe90f2d4 100644
--- a/src/plugins/welcome/CMakeLists.txt
+++ b/src/plugins/welcome/CMakeLists.txt
@@ -5,4 +5,5 @@ add_qtc_plugin(Welcome
introductionwidget.cpp introductionwidget.h
welcome.qrc
welcomeplugin.cpp
+ welcometr.h
)