From 478feb39ed1a6458b5ace9ead1e403d6a6025b49 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 3 Nov 2020 21:40:40 -0500 Subject: qt module: fix error message typo, translation qresource accepts qm not ts Fixes #7925 --- docs/markdown/Qt5-module.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Qt5-module.md b/docs/markdown/Qt5-module.md index 9665267..6826460 100644 --- a/docs/markdown/Qt5-module.md +++ b/docs/markdown/Qt5-module.md @@ -79,7 +79,8 @@ executable('myprog', 'main.cpp', 'myclass.cpp', moc_files, ``` Sometimes, translations are embedded inside the binary using qresource files. -In this case the ts files do not need to be explicitly listed. For example: +In this case the ts files do not need to be explicitly listed, but will be +inferred from the built qm files listed in the qresource file. For example: ```meson qt5 = import('qt5') -- cgit v1.1