summaryrefslogtreecommitdiff
path: root/docs/markdown/_include_qt_base.md
AgeCommit message (Collapse)Author
2024-02-12qt: add preserve_paths keyword to functionsCharles Brunet
This allow to generate ui and moc under subdirectories, as this is allowed with generic generators.
2024-01-01docs: Fix since for compile_translations in _include_qt_baseChris Mayo
2024-01-01docs: Rename Qt4 & Qt5 in Dependencies to QtChris Mayo
2024-01-01docs: Use Qt instead of qtChris Mayo
2023-04-11fix various spelling issuesJosh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-20docs: Qt compile_moc() parameter errorgroveer
"extra_arguments" should be "extra_args"
2022-10-24Add missing since annotations in docsElliott Sales de Andrade
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.
2022-10-23Fix typos in docsElliott Sales de Andrade
2021-12-06doc: fix missing kwarg in qt5 moduleEli Schwartz
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
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-08-18modules/qt: Allow using generated sources for compile_translations ts_filesDylan Baker
2021-08-18modules/qt: Allow Generated sources in compile_resourcesDylan Baker
2021-08-18modules/qt: allow passing generated targets to compile_uiDylan Baker
2021-08-18modules/qt: Allow generated sources for arguemnts to compile_mocDylan Baker
2021-07-23qt: Allow CustomTargets for qt.preprocess source argumentsDylan Baker
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
2021-06-18modules/qt: allow string values for include_directoriesDylan Baker
This should have been supported before, but wasn't.
2021-06-15docs: Use an include for the qt modulesDylan Baker
Insteadf of qt4 referencing the Qt5 page, include the same content in both.