| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
|
"extra_arguments" should be "extra_args"
|
|
This is based on searching for `@FeatureNew*` decorators.
There is also one correction to a version in a decorators;
`build_by_default` was added in #1303, which is 0.38.0, not 0.40.0.
|
|
|
|
compile_moc accepts "dependencies" for the same reason preprocess does,
but the original documentation never copied this over from the
preprocess docs.
See: https://github.com/mesonbuild/meson/issues/9683#issuecomment-986825041
|
|
|
|
|
|
|
|
|
|
|
|
This works for `moc_*` and `ui_files`, but it never could have worked
for `qresources` due to the implementation assuming a `str` or `File`.
To restore previous compatibility I've added `CustomTarget` where it
would have worked, but not where it would have failed, the former would
raised an exception along the lines anyway.
Fixes #9007
|
|
This should have been supported before, but wasn't.
|
|
Insteadf of qt4 referencing the Qt5 page, include the same content in
both.
|