summaryrefslogtreecommitdiff
path: root/docs/markdown/_include_qt_base.md
AgeCommit message (Collapse)Author
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.