aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt6.py
AgeCommit message (Collapse)AuthorFilesLines
2022-08-17modules: use module level information about new and deprecationDylan Baker1-2/+3
Instead of using FeatureNew/FeatureDeprecated in the module. The goal here is to be able to handle information about modules in a single place, instead of having to handle it separately. Each module simply defines some metadata, and then the interpreter handles the rest.
2021-12-31add FeatureNew decorators for various modules that were lacking themEli Schwartz1-0/+2
Going back to 0.38, though some of them are far older. The original implementation of FeatureNew only added backdated feature checks that far, anyway.
2021-02-07Add Qt6 moduleLuca Weiss1-0/+25