summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt.py
AgeCommit message (Expand)Author
2024-04-09modules: rename qt.py -> _qt.pyDylan Baker
2024-02-12qt: add preserve_paths keyword to functionsCharles Brunet
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-09-06qt module: add include_directories to moc compileCharles Brunet
2023-09-06qt module: fix substitution for depfile in mocCharles Brunet
2023-08-18Add more descriptive description to CustomTargetCharles Brunet
2023-01-10modules/qt: Fix annotations for state.find_programDylan Baker
2022-11-14Raise an error, if the file element in a resource file has no text.Hagen Möbius
2022-09-19pylint: enable use-maxsplit-argDylan Baker
2022-07-25qt module: correctly compare program name for lrelease versionEli Schwartz
2022-06-01interpreter: use a shared KwargInfo for install_dirDylan Baker
2022-04-30qt module: fix missing sanity check for install_dir + installEli Schwartz
2022-04-30qt module: fix broken install_dir kwargEli Schwartz
2022-04-14qt module: move comment to the correct location after refactoringEli Schwartz
2022-04-12qt module: also prefer the changed name scheme for the toolsEli Schwartz
2022-04-12Add support for Qt 6.1+John Lindgren
2022-03-29move a bunch of imports into TYPE_CHECKING blocksEli Schwartz
2022-03-29Pass environment down to base Target classXavier Claessens
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz
2022-01-28build: replace kwargs in CustomTarget initializerDylan Baker
2021-12-05modules/qt: compeil_resources allow name to be unsetDylan Baker
2021-11-22qt module: fix stupid copy-paste errorEli Schwartz
2021-11-20add location nodes to some Feature callsEli Schwartz
2021-11-13qt module: add depfile support to moc as wellEli Schwartz
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-09-30interpreter: Use typed_kwargs for func_custom_targetDylan Baker
2021-09-24pylint: check for duplicate importsDylan Baker
2021-09-10qt module: consolidate on one list of binsEli Schwartz
2021-09-10qt module: fix regression in building translations via qresourceEli Schwartz
2021-09-10qt module: correctly register a found tool and stop looking for itEli Schwartz
2021-08-27interpreter: fix cases of `KwargInfo(..., T, default=None)`Dylan Baker
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-08-17Add install tagsXavier Claessens
2021-07-23qt: Allow CustomTargets for qt.preprocess source argumentsDylan Baker
2021-06-27modules/qt: use _impl private methods to avoid incorrect FeatureNewDylan Baker
2021-06-18holders: Fix the remaining code to respect the holder changesDaniel Mensinger
2021-06-18modules/qt: use append rather than extend in preprocessDylan Baker
2021-06-18modules/qt: allow string values for include_directoriesDylan Baker
2021-06-15modules/qt: sort and clean up dependenciesDylan Baker
2021-06-15modules/qt: Return GeneratedListHolder instead of GeneratedListDylan Baker
2021-06-15interpreterobjects|build: use typed_kwargs for generator.processDylan Baker
2021-06-15build: Pass name of generator to initializerDylan Baker
2021-06-15interpreter|build: Do Generator keyword argument checking in the interpreterDylan Baker
2021-06-15interpreter|build: Pass just the executable down to GeneratorDylan Baker
2021-06-15modues/qt: Make use of typed_kwargs since/deprecation abiltiyDylan Baker
2021-06-15modules/qt: fix remaining typing issues and add to run_mypyDylan Baker