diff options
| author | TheQwertiest <qwertiest@mail.ru> | 2020-06-15 18:36:08 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-06-18 17:47:10 +0300 |
| commit | 96609da8d26fc05be8845c1edf05c8aa38af047d (patch) | |
| tree | b5e5dfdf414d9f9efac2c0743cc211082ef34498 /docs/markdown/Qt5-module.md | |
| parent | e191cbf6e990caa0e912996977584909aab21da8 (diff) | |
| download | meson-96609da8d26fc05be8845c1edf05c8aa38af047d.tar.gz | |
docs: replaced `ninja` with appropriate `meson` commands [skip ci]
Diffstat (limited to 'docs/markdown/Qt5-module.md')
| -rw-r--r-- | docs/markdown/Qt5-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Qt5-module.md b/docs/markdown/Qt5-module.md index f1c2f6c00..0d9a6b6b9 100644 --- a/docs/markdown/Qt5-module.md +++ b/docs/markdown/Qt5-module.md @@ -21,7 +21,7 @@ This method generates the necessary targets to build translation files with lrel - `ts_files`, the list of input translation files produced by Qt's lupdate tool. - `install` when true, this target is installed during the install step (optional). - `install_dir` directory to install to (optional). - - `build_by_default` when set to true, to have this target be built by default, that is, when invoking plain ninja; the default value is false (optional). + - `build_by_default` when set to true, to have this target be built by default, that is, when invoking `meson compile`; the default value is false (optional). ## has_tools |
