| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-23 | Fix typos in docs | Elliott Sales de Andrade | |
| 2021-12-06 | doc: fix missing kwarg in qt5 module | Eli 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-10 | Fix typos discovered by codespell | Christian Clauss | |
| 2021-08-18 | modules/qt: Allow using generated sources for compile_translations ts_files | Dylan Baker | |
| 2021-08-18 | modules/qt: Allow Generated sources in compile_resources | Dylan Baker | |
| 2021-08-18 | modules/qt: allow passing generated targets to compile_ui | Dylan Baker | |
| 2021-08-18 | modules/qt: Allow generated sources for arguemnts to compile_moc | Dylan Baker | |
| 2021-07-23 | qt: Allow CustomTargets for qt.preprocess source arguments | Dylan 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-18 | modules/qt: allow string values for include_directories | Dylan Baker | |
| This should have been supported before, but wasn't. | |||
| 2021-06-15 | docs: Use an include for the qt modules | Dylan Baker | |
| Insteadf of qt4 referencing the Qt5 page, include the same content in both. | |||
